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
214018df
Commit
214018df
authored
Jul 14, 2017
by
Gregory Martin
Committed by
GitHub
Jul 14, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15572 from edx/yro/repair_signal_config
Repair signal config, certs
parents
70169016
6fd51467
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lms/envs/common.py
+4
-1
openedx/core/djangoapps/signals/apps.py
+1
-1
No files found.
lms/envs/common.py
View file @
214018df
...
...
@@ -2021,7 +2021,7 @@ INSTALLED_APPS = (
'track'
,
'eventtracking.django.apps.EventTrackingConfig'
,
'util'
,
'certificates'
,
'certificates
.apps.CertificatesConfig
'
,
'dashboard'
,
'lms.djangoapps.instructor'
,
'lms.djangoapps.instructor_task'
,
...
...
@@ -2030,6 +2030,9 @@ INSTALLED_APPS = (
'branding'
,
'lms.djangoapps.grades.apps.GradesConfig'
,
# Signal
'openedx.core.djangoapps.signals.apps.SignalConfig'
,
# Student support tools
'support'
,
...
...
openedx/core/djangoapps/signals/apps.py
View file @
214018df
...
...
@@ -17,4 +17,4 @@ class SignalConfig(AppConfig):
"""
# Can't import models at module level in AppConfigs, and models get
# included from the signal handlers
from
.
signals
import
handler
s
# pylint: disable=unused-variable
from
.
import
signal
s
# pylint: disable=unused-variable
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