README.md aktualisiert
This commit is contained in:
parent
668d27b780
commit
e76c36584f
12
README.md
12
README.md
|
@ -14,7 +14,7 @@ environment managing tool
|
|||
|
||||
- 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
|
||||
|
||||
|
@ -24,13 +24,19 @@ environment managing tool
|
|||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue