Reorganise the file structure into a project tree

This commit is contained in:
2011-03-11 12:58:50 +00:00
parent 58b1691638
commit 3686aa7523
226 changed files with 7 additions and 5 deletions

12
etc/auth_uwsgi.xml Normal file
View File

@@ -0,0 +1,12 @@
<uwsgi>
<socket>127.0.0.1:8811</socket>
<home>./env/</home>
<pythonpath>./</pythonpath>
<module>auth_wsgi</module>
<master/>
<processes>5</processes>
<daemonize>./logs/uwsgi.log</daemonize>
<pidfile>./logs/uwsgi.pid</pidfile>
<vacuum/>
</uwsgi>