Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
dbe40dae
Unverified
Commit
dbe40dae
authored
4 years ago
by
Manjinder Singh
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
exposing constants to be backwards compatible (#24765)
* exposing constants to be backwards compatible
parent
34aa87d2
No related branches found
Branches containing commit
Tags
release-2020-08-12-14.01
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openedx/core/djangoapps/plugins/constants.py
+12
-0
12 additions, 0 deletions
openedx/core/djangoapps/plugins/constants.py
with
12 additions
and
0 deletions
openedx/core/djangoapps/plugins/constants.py
+
12
−
0
View file @
dbe40dae
"""
Constants used by django app plugins
"""
# expose constants from edx-django-utils so plugins using these continue to work
from
edx_django_utils.plugins
import
(
PluginSettings
,
# pylint: disable=unused-import
PluginURLs
,
# pylint: disable=unused-import
PluginSignals
,
# pylint: disable=unused-import
PluginContexts
,
# pylint: disable=unused-import
)
class
ProjectType
():
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment