Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/dj_security/trunk/dj_security/manage.py@8700
Revision 8700,
254 bytes
checked in by mnagni, 7 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | #!/usr/bin/env python |
---|
2 | import os |
---|
3 | import sys |
---|
4 | |
---|
5 | if __name__ == "__main__": |
---|
6 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "dj_security.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.