Browse Source

some changes to README

master
Benni Baermann 4 years ago
parent
commit
0fa460e1b2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      README.md

+ 5
- 0
README.md View File

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

Loading…
Cancel
Save