WMDE
/
eva
forked from tohe/eva
7
1
Fork 0

README.md aktualisiert

This commit is contained in:
Eya Chebaane 2025-04-29 06:44:33 +00:00
parent 668d27b780
commit e76c36584f
1 changed files with 67 additions and 61 deletions

View File

@ -14,7 +14,7 @@ environment managing tool
- use this environment and do - use this environment and do
pip install django django-multiselectfield django-formtools django-allauth pip install django django-multiselectfield django-formtools django-allauth requests whitenoise
- clone this repository - clone this repository
@ -24,13 +24,19 @@ environment managing tool
python manage.py migrate python manage.py migrate
- You need to add oauth information in the django backend via .../admin in "Social Accounts"
python manage.py createsuperuser
- start your development server with - start your development server with
python manage.py runserver python manage.py runserver
# oauth - Configure OAuth:
- You need to add oauth information in the django backend via .../admin in "Social Accounts" Access the admin interface at http://127.0.0.1:8000/admin
Login with your superuser credentials
Go to WEBSITE ANZEIGEN
# production # production