forked from django-de/django-de-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (23 loc) · 933 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Einstellungen
-------------
Für die Twitter-Integration wird eine Reihe von Keys und Secrets benötigt.
Die entsprechenden Werte können im App-Profil auf dev.twitter.com nachgelesen
werden.
* TWITTER_CONSUMER_KEY
* TWITTER_CONSUMER_SECRET
* TWITTER_ACCESS_TOKEN_KEY
* TWITTER_ACCESS_TOKEN_SECRET
Für die Darstellung wird zusätzlich noch folgende Einstellung benötigt:
* TWITTER_USERNAME
Deployment auf Heroku
---------------------
heroku config:add DJANGO_SETTINGS_MODULE=django_de.settings_heroku
heroku config:add DJANGO_SECRET_KEY=secret
heroku config:add DJANGO_ADMIN_EMAIL=root@localhost
heroku config:add TWITTER_CONSUMER_KEY=key
heroku config:add TWITTER_CONSUMER_SECRET=secret
heroku config:add TWITTER_ACCESS_TOKEN_KEY=key
heroku config:add TWITTER_ACCESS_TOKEN_SECRET=secret
heroku config:add AWS_ACCESS_KEY_ID=key
heroku config:add AWS_SECRET_ACCESS_KEY=secret
heroku config:add AWS_STORAGE_BUCKET_NAME=bucket