Forgot a config variable

This commit is contained in:
Aurélien Bompard 2014-09-16 15:10:40 +00:00
parent 067c287eab
commit 896e9152c6

View file

@ -268,6 +268,7 @@ BROWSERID_VERIFY_CLASS = "django_browserid.views.Verify"
COMPRESS_PRECOMPILERS = (
('text/less', 'lessc {infile} {outfile}'),
)
COMPRESS_OFFLINE = True
# needed for debug mode
#INTERNAL_IPS = ('127.0.0.1',)