create a symlink for the wsgi application - this is for the django development server...
[myslice.git] / unfold / wsgi.readme
1 not quite sure where to store the wsgi application file in the codebase
2 it used to be in unfold/wsgi.py but that looked a bit awkward
3 one of the reasons for that is, the apache/ config (apache/unfold.conf)
4 needs to reference the installed wsgi file, so we'd rather not have this
5 installed in the python library where names are not known in advance
6 --
7 So at some point it was decided to have it moved with the apache/ config
8 The symlink here is only for the django development server to find it at run time
9 see settings.py and the definition of WSGI_APPLICATION