Skip to content

Commit

Permalink
Fix EXTRA_INSTALLED_APPS in development.
Browse files Browse the repository at this point in the history
In theory, tools like populate_db should probably be in zerver, not
zilencer, but until we migrate them out, we need to include these in
EXTRA_INSTALLED_APPS in development.
  • Loading branch information
timabbott committed Apr 27, 2016
1 parent 8905216 commit c83999f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def get_secret(key):
ERROR_BOT = "[email protected]"
NEW_USER_BOT = "[email protected]"
EMAIL_GATEWAY_BOT = "[email protected]"
EXTRA_INSTALLED_APPS = ["zilencer", "analytics"]

########################################################################
# DEFAULT VALUES FOR SETTINGS
Expand Down

0 comments on commit c83999f

Please sign in to comment.