remove the long unsupported and unused twitter module

This commit is contained in:
2021-10-26 22:58:24 -05:00
parent 76e5546bcb
commit 7264deee2a
12 changed files with 0 additions and 516 deletions

View File

@@ -53,7 +53,6 @@ INSTALLED_APPS = (
'races',
'seen',
'storycraft',
'twitter',
)
MIDDLEWARE = (
@@ -169,11 +168,6 @@ STORYCRAFT_DEFAULT_GAME_LENGTH = 20
STORYCRAFT_DEFAULT_LINE_LENGTH = 140
STORYCRAFT_DEFAULT_LINES_PER_TURN = 2
# twitter
TWITTER_CONSUMER_KEY = None
TWITTER_CONSUMER_SECRET = None
# weather
WEATHER_WEATHER_UNDERGROUND_API_KEY = None