Skip to content

Commit 2229151

Browse files
committed
Added DB settings (forgot to do this)
1 parent a845526 commit 2229151

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

settings.py-example

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# settings.py
22

3+
USE_DB = True
4+
DB_HOST = 'localhost'
5+
DB_PORT = 27017
6+
37
# Twitter Settings
48
CONSUMER_KEY = 'your_consumer_key'
59
CONSUMER_SECRET = 'your_consumer_secret'

0 commit comments

Comments
 (0)