Commit c03551f7 by Clinton Blackburn Committed by Clinton Blackburn

Allow live changes to JS and CSS

parent ebfbbbd4
......@@ -24,6 +24,10 @@ SOCIAL_AUTH_REDIRECT_IS_HTTPS = False
DEFAULT_PARTNER_ID = 1
# Allow live changes to JS and CSS
COMPRESS_OFFLINE = False
COMPRESS_ENABLED = False
#####################################################################
# Lastly, see if the developer has any local overrides.
if os.path.isfile(join(dirname(abspath(__file__)), 'private.py')):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment