Merge branch 'master' of github.com:edx/mitx into feature-dcadams-usermanagement
Showing
.ruby-gemset
0 → 100644
README
deleted
100644 → 0
README.md
0 → 100644
This diff is collapsed.
Click to expand it.
common/djangoapps/util/tests.py
deleted
100644 → 0
common/djangoapps/util/tests/__init__.py
0 → 100644
common/djangoapps/util/tests/test_zendesk.py
0 → 100644
This diff is collapsed.
Click to expand it.
common/static/coffee/spec/.gitignore
0 → 100644
common/static/images/pl-course.png
0 → 100644
40 KB
common/static/images/pl-faculty.png
0 → 100644
8.92 KB
install.txt
deleted
100644 → 0
lms/static/images/press/cbsnews_178x138.jpg
0 → 100644
3.08 KB
lms/static/images/press/nytimes_240x180.png
0 → 100644
4.8 KB
3.01 KB
lms/templates/help_modal.html
0 → 100644
| # We use `scipy` in our project, which relies on `numpy`. `pip` apparently | |||
| # installs packages in a two-step process, where it will first try to build | |||
| # all packages, and then try to install all packages. As a result, if we simply | |||
| # added these packages to the top of `requirements.txt`, `pip` would try to | |||
| # build `scipy` before `numpy` has been installed, and it would fail. By | |||
| # separating this out into a `pre-requirements.txt` file, we can make sure | |||
| # that `numpy` is built *and* installed before we try to build `scipy`. | |||
| numpy==1.6.2 | numpy==1.6.2 | ||
| distribute>=0.6.28 | distribute>=0.6.28 |
test_root/db/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.