Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
12c595f8
Commit
12c595f8
authored
Jan 20, 2017
by
Renzo Lucioni
Committed by
GitHub
Jan 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14353 from edx/renzo/waffle
Reintroduce Waffle
parents
ce97df15
3f6d6cbf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
cms/envs/common.py
+3
-0
lms/envs/common.py
+3
-0
requirements/edx/base.txt
+1
-0
No files found.
cms/envs/common.py
View file @
12c595f8
...
...
@@ -393,6 +393,8 @@ MIDDLEWARE_CLASSES = (
# use Django built in clickjacking protection
'django.middleware.clickjacking.XFrameOptionsMiddleware'
,
'waffle.middleware.WaffleMiddleware'
,
# This must be last so that it runs first in the process_response chain
'openedx.core.djangoapps.site_configuration.middleware.SessionCookieDomainOverrideMiddleware'
,
)
...
...
@@ -820,6 +822,7 @@ INSTALLED_APPS = (
# Database-backed configuration
'config_models'
,
'waffle'
,
# Monitor the status of services
'openedx.core.djangoapps.service_status'
,
...
...
lms/envs/common.py
View file @
12c595f8
...
...
@@ -1187,6 +1187,8 @@ MIDDLEWARE_CLASSES = (
'openedx.core.djangoapps.theming.middleware.CurrentSiteThemeMiddleware'
,
'waffle.middleware.WaffleMiddleware'
,
# This must be last
'openedx.core.djangoapps.site_configuration.middleware.SessionCookieDomainOverrideMiddleware'
,
)
...
...
@@ -1921,6 +1923,7 @@ INSTALLED_APPS = (
# Database-backed configuration
'config_models'
,
'waffle'
,
# Monitor the status of services
'openedx.core.djangoapps.service_status'
,
...
...
requirements/edx/base.txt
View file @
12c595f8
...
...
@@ -39,6 +39,7 @@ django-user-tasks==0.1.2
#djangorestframework>=3.1,<3.2
git+https://github.com/edx/django-rest-framework.git@3c72cb5ee5baebc4328947371195eae2077197b0#egg=djangorestframework==3.2.3
django==1.8.17
django-waffle==0.11.1
djangorestframework-jwt==1.8.0
djangorestframework-oauth==1.1.0
edx-ccx-keys==0.2.1
...
...
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