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
05241ddc
authored
Nov 07, 2015
by
TDaglis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed deprecated TEMPLATE_DEBUG setting from settings.py
parent
fc560c4f
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 @
05241ddc
...
...
@@ -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'
:
True
,
},
},
]
...
...
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