Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
base-django-courses
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MOOC packages by hacklab
base-django-courses
Commits
5420b565
Commit
5420b565
authored
Sep 21, 2019
by
Laury Bueno
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'notifications' into develop
Conflicts: requirements/local.txt
parents
1e11a607
cfa3a1e2
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'
,
]
...
...
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
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
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