Create application providing API for Student Notes.
Showing
.coveragerc
0 → 100644
.gitignore
0 → 100644
.pep8
0 → 100644
AUTHORS
0 → 100644
CONTRIBUTING.rst
0 → 100644
LICENSE.TXT
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
deleted
100644 → 0
README.rst
0 → 100644
manage.py
0 → 100755
notesapi/__init__.py
0 → 100644
notesapi/management/__init__.py
0 → 100644
notesapi/management/commands/__init__.py
0 → 100644
notesapi/management/commands/create_index.py
0 → 100644
notesapi/urls.py
0 → 100644
notesapi/v1/__init__.py
0 → 100644
notesapi/v1/permissions.py
0 → 100644
notesapi/v1/tests/__init__.py
0 → 100644
notesapi/v1/tests/helpers.py
0 → 100644
notesapi/v1/tests/test_views.py
0 → 100644
This diff is collapsed.
Click to expand it.
notesapi/v1/urls.py
0 → 100644
notesapi/v1/views.py
0 → 100644
notesserver/__init__.py
0 → 100644
notesserver/settings/__init__.py
0 → 100644
notesserver/settings/common.py
0 → 100644
notesserver/settings/dev.py
0 → 100644
notesserver/settings/production.py
0 → 100644
notesserver/settings/test.py
0 → 100644
notesserver/test_views.py
0 → 100644
notesserver/urls.py
0 → 100644
notesserver/views.py
0 → 100644
notesserver/wsgi.py
0 → 100644
pylintrc
0 → 100644
This diff is collapsed.
Click to expand it.
requirements/base.txt
0 → 100644
requirements/test.txt
0 → 100644
Please
register
or
sign in
to comment