We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a845526 commit 2229151Copy full SHA for 2229151
settings.py-example
@@ -1,5 +1,9 @@
1
# settings.py
2
3
+USE_DB = True
4
+DB_HOST = 'localhost'
5
+DB_PORT = 27017
6
+
7
# Twitter Settings
8
CONSUMER_KEY = 'your_consumer_key'
9
CONSUMER_SECRET = 'your_consumer_secret'
0 commit comments