Skip to content
Snippets Groups Projects
Commit a73df1a9 authored by grollicus's avatar grollicus
Browse files

Added rc3 fixture

parent fa56aecf
Branches
No related tags found
No related merge requests found
...@@ -84,6 +84,7 @@ SESSION_COOKIE_DOMAIN = None ...@@ -84,6 +84,7 @@ SESSION_COOKIE_DOMAIN = None
IS_API = True IS_API = True
IS_FRONTEND = True IS_FRONTEND = True
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
## Nutzung ## Nutzung
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment