some changes to README
This commit is contained in:
parent
b0b1e1899c
commit
0fa460e1b2
|
@ -12,6 +12,7 @@ purpose: gather data from intern(WMDE) and extern(volunteers) forms to create a
|
|||
django 3.1.1
|
||||
django-formtools 2.2
|
||||
whitenoise 5.2.0
|
||||
gunicorn 20.0.4
|
||||
|
||||
## production setup
|
||||
|
||||
|
@ -28,3 +29,7 @@ edit /secrets.json to contain something similar to
|
|||
add to cron one time a day:
|
||||
|
||||
python manage.py sendmails
|
||||
|
||||
server starts with
|
||||
|
||||
nohup gunicorn --forwarded-allow-ips="*" -b '0:8000' foerderbarometer.wsgi 2&> logfile &
|
||||
|
|
Loading…
Reference in New Issue