Changeset 7596
- Timestamp:
- 06/08/08 03:45:14 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/auth/create_superuser.py
r7590 r7596 6 6 if __name__ == "__main__": 7 7 from django.core.management import call_command 8 call_command("create useruser")8 call_command("createsuperuser")
