Started handling of session data

This commit is contained in:
Raelon Masters
2020-07-01 12:49:38 -04:00
parent a2fdca5a7c
commit 0710010736
8 changed files with 203 additions and 11 deletions

3
uwsgi.ini vendored
View File

@@ -1,9 +1,10 @@
[uwsgi]
chdir=/opt/pyShelf/src
chdir=/home/raelon/Projects/pyShelf/src
module=frontend.wsgi
master=True
pidfile=/tmp/pyShelf.pid
vacuum=True
socket=/tmp/pyshelf_wsgi.sock
chmod-socket=666