Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
157a9763
Commit
157a9763
authored
Jan 21, 2019
by
Laury Bueno
Browse files
[Config] Added examples to aid in imports for external apps
parent
8b8a1d45
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
config/settings/base.py
config/settings/base.py
+7
-0
No files found.
config/settings/base.py
View file @
157a9763
...
@@ -64,6 +64,13 @@ THIRD_PARTY_APPS = [
...
@@ -64,6 +64,13 @@ THIRD_PARTY_APPS = [
LOCAL_APPS
=
[
LOCAL_APPS
=
[
# custom users app
# custom users app
'base_django_project.users.apps.UsersConfig'
,
'base_django_project.users.apps.UsersConfig'
,
# 'ext-apps.django-courses.apps.DjangoCoursesConfig',
# 'ext-apps.django-courses-certification.apps.DjangoCoursesCertificationConfig',
# 'ext-apps.django-courses-gamification.apps.DjangoCoursesGamificationConfig',
# 'ext-apps.django-courses-learning-objects.apps.DjangoCoursesLearningObjectsConfig',
# 'ext-apps.django-courses-legacy.apps.DjangoCoursesLegacyConfig',
# 'ext-apps.django-courses-notes.apps.DjangoCoursesNotesConfig',
# 'ext-apps.django-courses-reports.apps.DjangoCoursesReportsConfig',
]
]
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
...
...
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