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
3ac0a51e
Commit
3ac0a51e
authored
Jan 23, 2014
by
Stephen Sanchez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating the settings files to pick up the new applications
parent
8484309a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
settings/base.py
+1
-3
settings/test.py
+1
-1
setup.py
+2
-1
No files found.
settings/base.py
View file @
3ac0a51e
...
@@ -129,10 +129,8 @@ INSTALLED_APPS = (
...
@@ -129,10 +129,8 @@ INSTALLED_APPS = (
'django.contrib.staticfiles'
,
'django.contrib.staticfiles'
,
'django.contrib.admin'
,
'django.contrib.admin'
,
'django.contrib.admindocs'
,
'django.contrib.admindocs'
,
'peer_grading'
,
'common_grading'
,
'submissions'
,
'submissions'
,
'open
response
.peer'
,
'open
assessment
.peer'
,
)
)
# A sample logging configuration. The only tangible logging
# A sample logging configuration. The only tangible logging
...
...
settings/test.py
View file @
3ac0a51e
...
@@ -5,7 +5,7 @@ Test-specific Django settings.
...
@@ -5,7 +5,7 @@ Test-specific Django settings.
# Inherit from base settings
# Inherit from base settings
from
.base
import
*
from
.base
import
*
TEST_APPS
=
(
'
peer_grading'
,
'common_grading
'
,)
TEST_APPS
=
(
'
openassessment.peer'
,
'submissions
'
,)
# Configure nose
# Configure nose
NOSE_ARGS
=
[
NOSE_ARGS
=
[
...
...
setup.py
View file @
3ac0a51e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
from
setuptools
import
setup
from
setuptools
import
setup
PACKAGES
=
[
'
common_grading'
,
'peer_grading
'
]
PACKAGES
=
[
'
submissions'
,
'openassessment.peer
'
]
def
is_requirement
(
line
):
def
is_requirement
(
line
):
...
@@ -39,5 +39,6 @@ setup(
...
@@ -39,5 +39,6 @@ setup(
'Programming Language :: Python'
,
'Programming Language :: Python'
,
],
],
packages
=
PACKAGES
,
packages
=
PACKAGES
,
package_dir
=
{
''
:
'apps'
},
install_requires
=
REQUIREMENTS
,
install_requires
=
REQUIREMENTS
,
)
)
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