mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Removed django/contrib/auth/create_superuser.py
It's a shim that calls the actual createsuperuser management command and it's been marked as deprecated since Django 1.0.
This commit is contained in:
parent
71461b14ab
commit
c26579eaa7
1 changed files with 0 additions and 8 deletions
|
@ -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")
|
|
Loading…
Add table
Add a link
Reference in a new issue