Initial commit
Showing
.bowerrc
0 → 100644
.coveragerc
0 → 100644
.gitignore
0 → 100644
.pep8
0 → 100644
.travis.yml
0 → 100644
.tx/config
0 → 100644
AUTHORS
0 → 100644
CONTRIBUTORS.txt
0 → 100644
LICENSE.txt
0 → 100644
Makefile
0 → 100644
README.rst
0 → 100644
docs/Makefile
0 → 100644
docs/__init__.py
0 → 100644
docs/_static/theme_overrides.css
0 → 100644
docs/conf.py
0 → 100644
docs/features.rst
0 → 100644
docs/getting_started.rst
0 → 100644
docs/index.rst
0 → 100644
docs/internationalization.rst
0 → 100644
docs/testing.rst
0 → 100644
edx_course_discovery/__init__.py
0 → 100644
edx_course_discovery/apps/__init__.py
0 → 100644
edx_course_discovery/apps/api/__init__.py
0 → 100644
edx_course_discovery/apps/api/models.py
0 → 100644
edx_course_discovery/apps/api/serializers.py
0 → 100644
edx_course_discovery/apps/api/urls.py
0 → 100644
edx_course_discovery/apps/api/v1/__init__.py
0 → 100644
edx_course_discovery/apps/api/v1/urls.py
0 → 100644
edx_course_discovery/apps/api/v1/views.py
0 → 100644
edx_course_discovery/apps/core/__init__.py
0 → 100644
edx_course_discovery/apps/core/admin.py
0 → 100644
edx_course_discovery/apps/core/constants.py
0 → 100644
edx_course_discovery/apps/core/models.py
0 → 100644
edx_course_discovery/apps/core/views.py
0 → 100644
edx_course_discovery/conf/locale/config.yaml
0 → 100644
edx_course_discovery/settings/__init__.py
0 → 100644
edx_course_discovery/settings/base.py
0 → 100644
edx_course_discovery/settings/local.py
0 → 100644
edx_course_discovery/settings/production.py
0 → 100644
edx_course_discovery/settings/test.py
0 → 100644
edx_course_discovery/settings/utils.py
0 → 100644
edx_course_discovery/static/.keep
0 → 100644
edx_course_discovery/templates/.keep
0 → 100644
edx_course_discovery/urls.py
0 → 100644
edx_course_discovery/wsgi.py
0 → 100644
manage.py
0 → 100755
pylintrc
0 → 100644
pylintrc_tweaks
0 → 100644
requirements.txt
0 → 100644
requirements/base.txt
0 → 100644
requirements/docs.txt
0 → 100644
requirements/local.txt
0 → 100644
requirements/optional.txt
0 → 100644
requirements/production.txt
0 → 100644
requirements/test.txt
0 → 100644
Please
register
or
sign in
to comment