Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Set Dev back to DEBUG True.
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Craig committed Jul 26, 2016
1 parent c6f2275 commit dfa8f0e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ekip/config/settings/dev.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
from .base import *

DEBUG = False
DEBUG = True

# TEMPLATE_DEBUG = True
# Replaced to remove TEMPLATE_* error message during manage.py check and manage.py runserver commands.
# This is an exact duplicate of what is in base.py but appended with 'debug' in the 'OPTIONS' block.


ALLOWED_HOSTS = [
'*'
]

TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
Expand Down

0 comments on commit dfa8f0e

Please sign in to comment.