Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-data-api
Commits
d58be659
Commit
d58be659
authored
Aug 31, 2016
by
Tyler Hallada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all TEMPLATE_ options from settings
parent
2989c707
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
analyticsdataserver/settings/base.py
+0
-5
analyticsdataserver/settings/local.py
+5
-3
No files found.
analyticsdataserver/settings/base.py
View file @
d58be659
...
...
@@ -20,9 +20,6 @@ SITE_NAME = basename(DJANGO_ROOT)
########## DEBUG CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#debug
DEBUG
=
False
# See: https://docs.djangoproject.com/en/dev/ref/settings/#template-debug
TEMPLATE_DEBUG
=
DEBUG
########## END DEBUG CONFIGURATION
...
...
@@ -150,8 +147,6 @@ TEMPLATES = [
'APP_DIRS'
:
True
,
'OPTIONS'
:
{
'context_processors'
:
[
# Insert your TEMPLATE_CONTEXT_PROCESSORS here or use this
# list if you haven't customized them:
'django.contrib.auth.context_processors.auth'
,
'django.template.context_processors.debug'
,
'django.template.context_processors.i18n'
,
...
...
analyticsdataserver/settings/local.py
View file @
d58be659
...
...
@@ -9,9 +9,6 @@ from analyticsdataserver.settings.base import *
########## DEBUG CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#debug
DEBUG
=
True
# See: https://docs.djangoproject.com/en/dev/ref/settings/#template-debug
TEMPLATE_DEBUG
=
DEBUG
########## END DEBUG CONFIGURATION
...
...
@@ -66,3 +63,8 @@ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
SWAGGER_SETTINGS
=
{
'api_key'
:
'edx'
}
# Default elasticsearch port when running locally
ELASTICSEARCH_LEARNERS_HOST
=
'http://localhost:9223/'
ELASTICSEARCH_LEARNERS_INDEX
=
'roster_test'
ELASTICSEARCH_LEARNERS_UPDATE_INDEX
=
'index_update_test'
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