Forked from
KIF / AKPlanning
107 commits behind the upstream repository.
-
Also add some documentation on deploying with docker
Also add some documentation on deploying with docker
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
uwsgi.ini 147 B
[uwsgi]
socket = 0.0.0.0:3035
wsgi-file = AKPlanning/wsgi.py
env = DJANGO_SETTINGS_MODULE=AKPlanning.settings_production
processes = 4
threads = 2