Parent Directory
|
Revision Log
- oups, revert wrongly commited work in progress :/
1 | misc | 182 | #!/usr/bin/python |
2 | import os, sys | ||
3 | sys.path.append('<%= module_path %>') | ||
4 | misc | 270 | os.environ['DJANGO_SETTINGS_MODULE'] = '<%= module %>.settings' |
5 | misc | 182 | |
6 | import django.core.handlers.wsgi | ||
7 | |||
8 | application = django.core.handlers.wsgi.WSGIHandler() | ||
9 |
ViewVC Help | |
Powered by ViewVC 1.1.30 |