Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
base-django-courses
Commits
5420b565
Commit
5420b565
authored
5 years ago
by
Laury Bueno
Browse files
Options
Download
Plain Diff
Merge branch 'notifications' into develop
Conflicts: requirements/local.txt
parents
1e11a607
cfa3a1e2
master
develop
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.2
v0.2.1
v0.2.0
No related merge requests found
Pipeline
#8225
passed with stage
in 21 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
config/settings/base.py
config/settings/base.py
+1
-0
requirements/local.txt
requirements/local.txt
+0
-1
requirements/production.txt
requirements/production.txt
+5
-4
No files found.
config/settings/base.py
View file @
5420b565
...
...
@@ -77,6 +77,7 @@ LOCAL_APPS = [
'courses_gamification.apps.CoursesGamificationConfig'
,
'courses_reports.apps.CoursesReportsConfig'
,
'courses_legacy.apps.CoursesLegacyConfig'
,
'courses_notifications.apps.CoursesNotificationsConfig'
,
'courses_legacy.administration'
,
]
...
...
This diff is collapsed.
Click to expand it.
requirements/local.txt
View file @
5420b565
...
...
@@ -29,4 +29,3 @@ pytest-sugar==0.9.2
-e ext-apps/django-discussion
-e ext-apps/django-messages-courier
-e ext-apps/django-courses-notifications
This diff is collapsed.
Click to expand it.
requirements/production.txt
View file @
5420b565
...
...
@@ -22,12 +22,13 @@ django-anymail==5.0
raven==6.10.0
# <external_app>
git+https://git.hacklab.com.br/hackmooc/django-courses.git@v0.
2
.0#egg=django-courses
git+https://git.hacklab.com.br/hackmooc/django-courses.git@v0.
3
.0#egg=django-courses
git+https://git.hacklab.com.br/hackmooc/django-courses-learning-objects.git@v0.1.0#egg=django-courses-learning-objects
git+https://git.hacklab.com.br/hackmooc/django-courses-certification.git@v0.1.
0
#egg=django-courses-certification
git+https://git.hacklab.com.br/hackmooc/django-courses-certification.git@v0.1.
1
#egg=django-courses-certification
git+https://git.hacklab.com.br/hackmooc/django-courses-gamification.git@master#egg=django-courses-gamification
git+https://git.hacklab.com.br/hackmooc/django-courses-reports.git@master#egg=django-courses-reports
git+https://git.hacklab.com.br/hackmooc/django-courses-legacy.git@v0.2.4#egg=django-courses-legacy
git+https://git.hacklab.com.br/hackmooc/django-courses-legacy.git@v0.2.5#egg=django-courses-legacy
git+https://git.hacklab.com.br/hackmooc/django-courses-notifications.git@v0.1.0#egg=django-courses-notifications
git+https://github.com/hacklabr/django-discussion.git@v0.
1.2
#egg=django-discussion
git+https://github.com/hacklabr/django-discussion.git@v0.
2.1
#egg=django-discussion
git+https://github.com/hacklabr/django-messages-courier.git@master#egg=django-messages-courier
This diff is collapsed.
Click to expand it.
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