Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-ora2
Commits
a2aa4138
Commit
a2aa4138
authored
Jan 21, 2014
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5 from edx/remove_restframework
Remove django-rest-framework
parents
799b95f8
066ac3db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
requirements/base.txt
+0
-1
settings/base.py
+0
-6
No files found.
requirements/base.txt
View file @
a2aa4138
...
@@ -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
settings/base.py
View file @
a2aa4138
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment