Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Switch to Clinton's fork of django-waffle #693

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis/docker-compose-travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
ELASTICSEARCH_LEARNERS_UPDATE_INDEX: 'index_update'
command: /edx/app/analytics_api/venvs/analytics_api/bin/python /edx/app/analytics_api/analytics_api/manage.py runserver 0.0.0.0:80
insights:
image: edxops/insights:latest
image: edxops/insights:waffle-fork
container_name: insights_testing
volumes:
- ..:/edx/app/insights/edx_analytics_dashboard
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ django-soapbox==1.3 # BSD
# django-waffle==0.11.1 # BSD
# FIXME: django-waffle management commands are broken on Django 1.10+. This repo is not the official django-waffle repo.
# Check back with django-waffle later to see if it gets fixed.
git+https://github.com/jdavidagudelo/django-waffle.git@349d43eea7e10ccb995c8987f0c4bd8a7a240b55#egg=django-waffle
git+https://github.com/clintonb/django-waffle.git@24fae488a841d8b0a0ed2115925151689212e1ea#egg=django-waffle
pinax-announcements==2.0.4 # MIT
edx-auth-backends==1.1.2
edx-django-release-util==0.3.1
Expand Down