mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 03:10:23 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
5 lines
128 B
Python
Executable file
5 lines
128 B
Python
Executable file
#!/usr/bin/env python
|
|
from django.core import management
|
|
|
|
if __name__ == "__main__":
|
|
management.execute_from_command_line()
|