Dev settings

remotes/origin/upgrade-requirements
Alexander Kondratyev 9 years ago
parent bf24baa953
commit ccadd9886a
  1. 4
      app/settings.py

@ -17,7 +17,7 @@ SECRET_KEY = '=%%a@whz46w1#=8ffk^a+8vya5fg-kz0ztyz!_@hdg-(5a9q+s'
# SECURITY WARNING: don't run with debug turned on in production!
# Prod
DEBUG = False
DEBUG = True
TEMPLATE_DEBUG = False
ALLOWED_HOSTS = [
'.zuykov.com', # Allow domain and subdomains
@ -101,7 +101,7 @@ STATICFILES_FINDERS = (
)
PIPELINE = {
'PIPELINE_ENABLED': True,
'PIPELINE_ENABLED': False,
'JAVASCRIPT': {
'main': {
'source_filenames': (

Loading…
Cancel
Save