Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/MolesManager/trunk/src/resources/projectHttp2.conf@8042
Revision 8042,
459 bytes
checked in by mnagni, 9 years ago
(diff) |
The tables are correctly generated but still some problem with class initialization.
Migration is partially working.
Starting the deployment structure implementation.
|
Line | |
---|
1 | <!-- |
---|
2 | WSGIScriptAlias / /path/to/mysite.com/mysite/wsgi.py |
---|
3 | WSGIPythonPath /path/to/mysite.com |
---|
4 | WSGIPythonPath /path/to/your/venv/lib/python2.X/site-packages |
---|
5 | --> |
---|
6 | WSGIScriptAlias / #PATH_TO_DJANGO_PROJECT/wsgi.py |
---|
7 | WSGIPythonPath #PATH_TO_PROJECT |
---|
8 | WSGIPythonPath #PATH_TO_PROJECT_VE_SITE_PACKAGES/site-packages |
---|
9 | |
---|
10 | |
---|
11 | <!-- |
---|
12 | <Directory /path/to/mysite.com/mysite> |
---|
13 | --> |
---|
14 | <Directory #PATH_TO_DJANGO_PROJECT> |
---|
15 | <Files wsgi.py> |
---|
16 | Order deny,allow |
---|
17 | Allow from all |
---|
18 | </Files> |
---|
19 | </Directory> |
---|
Note: See
TracBrowser
for help on using the repository browser.