summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/django/contrib/auth/create_superuser.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/site-packages/django/contrib/auth/create_superuser.py')
-rw-r--r--lib/python2.7/site-packages/django/contrib/auth/create_superuser.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/python2.7/site-packages/django/contrib/auth/create_superuser.py b/lib/python2.7/site-packages/django/contrib/auth/create_superuser.py
deleted file mode 100644
index 7b58678..0000000
--- a/lib/python2.7/site-packages/django/contrib/auth/create_superuser.py
+++ /dev/null
@@ -1,8 +0,0 @@
-"""
-Create a superuser from the command line. Deprecated; use manage.py
-createsuperuser instead.
-"""
-
-if __name__ == "__main__":
- from django.core.management import call_command
- call_command("createsuperuser")