Forgot a config variable
This commit is contained in:
parent
067c287eab
commit
896e9152c6
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ BROWSERID_VERIFY_CLASS = "django_browserid.views.Verify"
|
||||||
COMPRESS_PRECOMPILERS = (
|
COMPRESS_PRECOMPILERS = (
|
||||||
('text/less', 'lessc {infile} {outfile}'),
|
('text/less', 'lessc {infile} {outfile}'),
|
||||||
)
|
)
|
||||||
|
COMPRESS_OFFLINE = True
|
||||||
# needed for debug mode
|
# needed for debug mode
|
||||||
#INTERNAL_IPS = ('127.0.0.1',)
|
#INTERNAL_IPS = ('127.0.0.1',)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue