|
@ -6,6 +6,7 @@ purpose: gather data from intern(WMDE) and extern(volunteers) forms to create a |
|
|
|
|
|
|
|
|
ln -sr foerderbarometer/settings_development.py foerderbarometer/settings.py |
|
|
ln -sr foerderbarometer/settings_development.py foerderbarometer/settings.py |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run the development server with |
|
|
run the development server with |
|
|
|
|
|
|
|
|
python3 manage.py runserver |
|
|
python3 manage.py runserver |
|
@ -25,7 +26,8 @@ run the development server with |
|
|
edit /secrets.json to contain something similar to |
|
|
edit /secrets.json to contain something similar to |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
"DATABASE_PASSWORD": "THIS IS TOP SECRET!" |
|
|
|
|
|
|
|
|
"DATABASE_PASSWORD": "THIS IS TOP SECRET!", |
|
|
|
|
|
"SECRET_KEY": "THIS IS ANOTHER SECRET!" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
edit foerderbarometer/settings_production.py according to your database setup (tested with MariaDB 10.0.36) |
|
|
edit foerderbarometer/settings_production.py according to your database setup (tested with MariaDB 10.0.36) |
|
|