Django

Code

root/django/trunk/django/bin/django-admin.py

Revision 4265, 128 bytes (checked in by adrian, 2 years ago)

Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have it. Thanks, jjl@pobox.com

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1 #!/usr/bin/env python
2 from django.core import management
3
4 if __name__ == "__main__":
5     management.execute_from_command_line()
Note: See TracBrowser for help on using the browser.