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
6fd51467
Commit
6fd51467
authored
Jul 14, 2017
by
Gregory Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repair signal config
parent
99994b0e
Hide 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 @
6fd51467
...
@@ -2021,7 +2021,7 @@ INSTALLED_APPS = (
...
@@ -2021,7 +2021,7 @@ INSTALLED_APPS = (
'track'
,
'track'
,
'eventtracking.django.apps.EventTrackingConfig'
,
'eventtracking.django.apps.EventTrackingConfig'
,
'util'
,
'util'
,
'certificates'
,
'certificates
.apps.CertificatesConfig
'
,
'dashboard'
,
'dashboard'
,
'lms.djangoapps.instructor'
,
'lms.djangoapps.instructor'
,
'lms.djangoapps.instructor_task'
,
'lms.djangoapps.instructor_task'
,
...
@@ -2030,6 +2030,9 @@ INSTALLED_APPS = (
...
@@ -2030,6 +2030,9 @@ INSTALLED_APPS = (
'branding'
,
'branding'
,
'lms.djangoapps.grades.apps.GradesConfig'
,
'lms.djangoapps.grades.apps.GradesConfig'
,
# Signal
'openedx.core.djangoapps.signals.apps.SignalConfig'
,
# Student support tools
# Student support tools
'support'
,
'support'
,
...
...
openedx/core/djangoapps/signals/apps.py
View file @
6fd51467
...
@@ -17,4 +17,4 @@ class SignalConfig(AppConfig):
...
@@ -17,4 +17,4 @@ class SignalConfig(AppConfig):
"""
"""
# Can't import models at module level in AppConfigs, and models get
# Can't import models at module level in AppConfigs, and models get
# included from the signal handlers
# 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