Project

General

Profile

Statistics
| Branch: | Revision:

root / env / bin / django-admin.py @ 1a305335

History | View | Annotate | Download (147 Bytes)

1 1a305335 officers
#!/home/officers/tooltron/env/bin/python
2
from django.core import management
3
4
if __name__ == "__main__":
5
    management.execute_from_command_line()