forked from openedx/credentials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update Credly Badges plugin layout
- Loading branch information
1 parent
766860c
commit 34de203
Showing
27 changed files
with
19 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
credentials/apps/badges/distribution/credly/credly_badges/admin.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
""" | ||
Credly Badges admin configuration. | ||
""" |
3 changes: 3 additions & 0 deletions
3
credentials/apps/badges/distribution/credly/credly_badges/checks.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
""" | ||
Credly Badges checks. | ||
""" |
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
credentials/apps/badges/distribution/credly/credly_badges/handlers.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
""" | ||
Credly Badges signal handlers. | ||
""" |
3 changes: 3 additions & 0 deletions
3
credentials/apps/badges/distribution/credly/credly_badges/models.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
""" | ||
Credly Badges DB models. | ||
""" |
3 changes: 3 additions & 0 deletions
3
credentials/apps/badges/distribution/credly/credly_badges/toggles.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
""" | ||
Credly Badges app toggles. | ||
""" |
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
...credly/credly_badges/requirements/base.in → .../distribution/credly/requirements/base.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
# Main requirements of the plugin application. | ||
-c constraints.txt | ||
|
||
credentials.apps.badges |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
credentials/apps/badges/distribution/credly_badges/apps.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
credentials/apps/badges/distribution/credly_badges/settings/base.py
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
credentials/apps/badges/distribution/credly_badges/settings/production.py
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
credentials/apps/badges/distribution/credly_badges/settings/test.py
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
credentials/apps/badges/distribution/credly_badges/toggles.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
""" | ||
Toggles for badges app. | ||
Badges app toggles. | ||
""" | ||
|
||
from edx_toggles.toggles import SettingToggle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters