1
0
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:
xiez
2012-04-07 20:08:56 +08:00
parent 5bb3975574
commit 0ccd1ea981
33 changed files with 3009 additions and 0 deletions

View 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")