Commit 066ac3db by David Ormsbee

Remove django-rest-framework

We're not aiming to have an REST API in the MVP. Can re-add when
we get around to implementing it.
parent c138b04f
......@@ -2,4 +2,3 @@
# Third Party Requirements
django==1.4.8
djangorestframework==2.3.5
......@@ -120,16 +120,10 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'django.contrib.admin',
'django.contrib.admindocs',
'rest_framework',
'peer_grading',
'common_grading'
)
REST_FRAMEWORK = {
'DEFAULT_PERMISSIONS_CLASSES': ('rest_framework.permissions.IsAdminUser',),
'PAGINATE_BY': 10
}
# A sample logging configuration. The only tangible logging
# performed by this configuration is to send an email to
# the site admins on every HTTP 500 error when DEBUG=False.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment