Django: Difference between revisions

Onny (talk | contribs)
Initial page
 
Onny (talk | contribs)
Add description
Line 1: Line 1:
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It provides built-in components for handling common web-development tasks—such as ORM, templating, authentication, and administration—so developers can focus on writing reusable, maintainable applications.
== Packaging ==
== Packaging ==
First we create the package derivation for the Django web app, in this example for Froide-Govplan<syntaxhighlight lang="nix">
First we create the package derivation for the Django web app, in this example for [[Govplan|Froide-Govplan]]<syntaxhighlight lang="nix">
{
{
   lib,
   lib,