source:
remit/manage.py
@
5c334f6
Last change on this file since 5c334f6 was 5c334f6, checked in by Alex Dehnert <adehnert@…>, 11 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.