settings: Cleanup logic for ANALYTICS_LOCK_PATH.

We can use the standard ZULIP_PATHS system for this rather code in
dev_settings.py.
This commit is contained in:
Tim Abbott
2017-09-29 22:29:23 -07:00
parent ef5a4000a9
commit bf2ee2e686
2 changed files with 3 additions and 8 deletions

View File

@@ -48,7 +48,6 @@ POST_MIGRATION_CACHE_FLUSHING = True # type: bool
# Enable inline open graph preview in development for now
INLINE_URL_EMBED_PREVIEW = True
ANALYTICS_LOCK_DIR = "var/analytics-lock-dir"
# Don't require anything about password strength in development
PASSWORD_MIN_LENGTH = 0