source:
remit/manage.py
@
cabf7ac
| Last change on this file since cabf7ac was 5c334f6, checked in by Alex Dehnert <adehnert@…>, 12 years ago | |
|---|---|
|
|
| File size: 242 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/env python |
| 2 | import os |
| 3 | import sys |
| 4 | |
| 5 | if __name__ == "__main__": |
| 6 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings") |
| 7 | |
| 8 | from django.core.management import execute_from_command_line |
| 9 | |
| 10 | execute_from_command_line(sys.argv) |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)