Last change
on this file since 75ccc48 was
5c334f6,
checked in by Alex Dehnert <adehnert@…>, 11 years ago
|
Get started porting Remit to Django 1.6
|
-
Property mode set to
100755
|
File size:
242 bytes
|
Rev | Line | |
---|
[5c334f6] | 1 | #!/usr/bin/env python |
---|
| 2 | import os |
---|
| 3 | import sys |
---|
[719e4bb] | 4 | |
---|
| 5 | if __name__ == "__main__": |
---|
[5c334f6] | 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.