Commit a2aa4138 by David Ormsbee

Merge pull request #5 from edx/remove_restframework

Remove django-rest-framework
parents 799b95f8 066ac3db
...@@ -2,4 +2,3 @@ ...@@ -2,4 +2,3 @@
# Third Party Requirements # Third Party Requirements
django==1.4.8 django==1.4.8
djangorestframework==2.3.5
...@@ -120,16 +120,10 @@ INSTALLED_APPS = ( ...@@ -120,16 +120,10 @@ INSTALLED_APPS = (
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'django.contrib.admin', 'django.contrib.admin',
'django.contrib.admindocs', 'django.contrib.admindocs',
'rest_framework',
'peer_grading', 'peer_grading',
'common_grading' 'common_grading'
) )
REST_FRAMEWORK = {
'DEFAULT_PERMISSIONS_CLASSES': ('rest_framework.permissions.IsAdminUser',),
'PAGINATE_BY': 10
}
# A sample logging configuration. The only tangible logging # A sample logging configuration. The only tangible logging
# performed by this configuration is to send an email to # performed by this configuration is to send an email to
# the site admins on every HTTP 500 error when DEBUG=False. # 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