Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
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-dashboard
Commits
dfe5e0fc
Commit
dfe5e0fc
authored
Aug 02, 2016
by
Tyler Hallada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address PR comments
parent
da163ea0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
9 deletions
+1
-9
analytics_dashboard/core/tests/test_views.py
+1
-1
analytics_dashboard/settings/base.py
+0
-8
No files found.
analytics_dashboard/core/tests/test_views.py
View file @
dfe5e0fc
...
...
@@ -6,12 +6,12 @@ import mock
from
django.core.cache
import
cache
from
django.core.urlresolvers
import
reverse
,
reverse_lazy
from
django.utils.http
import
urlquote
from
django.conf
import
settings
from
django.contrib.auth
import
get_user_model
from
django.db
import
DatabaseError
from
django.test
import
TestCase
from
django.test.utils
import
override_settings
from
django.utils.http
import
urlquote
from
django_dynamic_fixture
import
G
from
analyticsclient.exceptions
import
TimeoutError
...
...
analytics_dashboard/settings/base.py
View file @
dfe5e0fc
...
...
@@ -125,13 +125,6 @@ COMPRESS_CLOSURE_JS_ARGUMENTS = {'compilation_level': 'ADVANCED_OPTIMIZATIONS',
SECRET_KEY
=
os
.
environ
.
get
(
"ANALYTICS_SECRET_KEY"
,
"insecure-secret-key"
)
########## END SECRET CONFIGURATION
########## DJANGO SETUP
# See: http://stackoverflow.com/a/34115677
# Needed for Django 1.9+
# import django
# django.setup()
########## END DJANGO SETUP
########## SITE CONFIGURATION
# Hosts/domain names that are valid for this site
...
...
@@ -222,7 +215,6 @@ DJANGO_APPS = (
'django_countries'
,
'pinax.announcements'
,
'compressor'
,
'crispy_forms'
,
)
# Apps specific for this project go here.
...
...
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