EMAIL_BACKEND='django.core.mail.backends.console.EmailBackend'# "send" emails as console output
EMAIL_BACKEND='django.core.mail.backends.console.EmailBackend'# "send" emails as console output
PLAINUI_CONFERENCE='40ba6cda-1970-409f-81ef-efb87ef09d95'# change this to the id of your conference you want to display in frontend (matches the one from rc3_2020.json)
DATABASES={
DATABASES={
'default':{
'default':{
...
@@ -98,7 +99,8 @@ DATABASES = {
...
@@ -98,7 +99,8 @@ DATABASES = {
```
```
8. Lege die Datenbanktabellen an: `./manage.py migrate`
8. Lege die Datenbanktabellen an: `./manage.py migrate`
9. Richte einen Admin-Nutzer (für die Anwendung) ein: `./manage.py createsuperuser`
9. Richte einen Admin-Nutzer (für die Anwendung) ein: `./manage.py createsuperuser`
10. optional: Import von Demo-Daten: `./manage.py loaddata ./fixtures/36c3-and-dummy-rc3.json`
10. optional: Import von Demo-Daten: `./manage.py loaddata ./core/fixtures/rc3_2020.json`
11. optional: Für deinen Adminuser via [Admin-Seite](http://localhost:8000/c3admin/) einen `ConferenceMember` anlegen um den User für das Frontend freizuschalten