about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django/4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/django/4.nix')
-rw-r--r--pkgs/development/python-modules/django/4.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/django/4.nix b/pkgs/development/python-modules/django/4.nix
index e6b2b8991f390..4340c5ab2c97c 100644
--- a/pkgs/development/python-modules/django/4.nix
+++ b/pkgs/development/python-modules/django/4.nix
@@ -137,6 +137,7 @@ buildPythonPackage rec {
   meta = with lib; {
     changelog = "https://docs.djangoproject.com/en/${lib.versions.majorMinor version}/releases/${version}/";
     description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.";
+    mainProgram = "django-admin";
     homepage = "https://www.djangoproject.com";
     license = licenses.bsd3;
     maintainers = with maintainers; [ hexa ];