Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / django / bin / django-admin.py @ 1a305335

History | View | Annotate | Download (128 Bytes)

1
#!/usr/bin/env python
2
from django.core import management
3

    
4
if __name__ == "__main__":
5
    management.execute_from_command_line()