mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
Add auth module to thirdpart
This commit is contained in:
8
thirdpart/auth/create_superuser.py
Normal file
8
thirdpart/auth/create_superuser.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
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")
|
Reference in New Issue
Block a user