Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
4b95abb7
Commit
4b95abb7
authored
Sep 21, 2017
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make an AppConfig to register ccxcon signals.
parent
040f5cc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
openedx/core/djangoapps/ccxcon/__init__.py
+2
-1
openedx/core/djangoapps/ccxcon/apps.py
+13
-0
No files found.
openedx/core/djangoapps/ccxcon/__init__.py
View file @
4b95abb7
...
@@ -6,4 +6,5 @@ that is used to interact with the CCX and their master courses.
...
@@ -6,4 +6,5 @@ that is used to interact with the CCX and their master courses.
The ccxcon app needs to be placed in `openedx.core.djangoapps`
The ccxcon app needs to be placed in `openedx.core.djangoapps`
because it will be used both in CMS and LMS.
because it will be used both in CMS and LMS.
"""
"""
import
openedx.core.djangoapps.ccxcon.signals
default_app_config
=
'openedx.core.djangoapps.ccxcon.apps.CCXConnectorConfig'
openedx/core/djangoapps/ccxcon/apps.py
0 → 100644
View file @
4b95abb7
"""
Configuration for CCX connector
"""
from
django.apps
import
AppConfig
class
CCXConnectorConfig
(
AppConfig
):
name
=
'openedx.core.djangoapps.ccxcon'
verbose_name
=
"CCX Connector"
def
ready
(
self
):
import
openedx.core.djangoapps.ccxcon.signals
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