Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pub
/
flynn-django-template
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3615dd29
authored
Jan 13, 2016
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #27 from TDaglis/master
Removed deprecated TEMPLATE_DEBUG setting from settings.py
parents
608fd28c
e1d453c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
project_name/settings.py
+1
-3
No files found.
project_name/settings.py
View file @
3615dd29
...
...
@@ -25,9 +25,6 @@ SECRET_KEY = "{{ secret_key }}"
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
True
TEMPLATE_DEBUG
=
True
# Application definition
INSTALLED_APPS
=
(
...
...
@@ -64,6 +61,7 @@ TEMPLATES = [
'django.contrib.auth.context_processors.auth'
,
'django.contrib.messages.context_processors.messages'
,
],
'debug'
:
DEBUG
,
},
},
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment