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
f76efd8c
Commit
f76efd8c
authored
Sep 15, 2015
by
Usman Khalid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes
parent
0e066313
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
manage.py
+1
-2
urls.py
+0
-2
No files found.
manage.py
View file @
f76efd8c
...
...
@@ -4,9 +4,8 @@ import os
if
__name__
==
"__main__"
:
# Default to dev settings for convenience
if
os
.
environ
.
get
(
'DJANGO_SETTINGS_MODULE'
)
is
None
:
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'settings.
dev
'
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'settings.
base
'
# When using an on-disk database for the test suite,
# Django asks us if we want to delete the database.
...
...
urls.py
View file @
f76efd8c
...
...
@@ -7,8 +7,6 @@ import openassessment.assessment.urls
import
openassessment.fileupload.urls
import
workbench.urls
admin
.
autodiscover
()
# Packages to include in the JavaScript i18n strings
JS_INFO_DICT
=
{
'packages'
:
(
'openassessment.xblock'
,),
...
...
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