Commit f76efd8c by Usman Khalid

Fixes

parent 0e066313
...@@ -4,9 +4,8 @@ import os ...@@ -4,9 +4,8 @@ import os
if __name__ == "__main__": if __name__ == "__main__":
# Default to dev settings for convenience
if os.environ.get('DJANGO_SETTINGS_MODULE') is None: 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, # When using an on-disk database for the test suite,
# Django asks us if we want to delete the database. # Django asks us if we want to delete the database.
......
...@@ -7,8 +7,6 @@ import openassessment.assessment.urls ...@@ -7,8 +7,6 @@ import openassessment.assessment.urls
import openassessment.fileupload.urls import openassessment.fileupload.urls
import workbench.urls import workbench.urls
admin.autodiscover()
# Packages to include in the JavaScript i18n strings # Packages to include in the JavaScript i18n strings
JS_INFO_DICT = { JS_INFO_DICT = {
'packages': ('openassessment.xblock',), 'packages': ('openassessment.xblock',),
......
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