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
6cdef825
Commit
6cdef825
authored
6 years ago
by
Bruno Martin
Browse files
Options
Download
Email Patches
Plain Diff
remove node_modules references; remove comments
parent
aaa645f5
develop
master
v0.5.1
v0.5.0
v0.4.0
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.0
Pipeline
#7391
failed with stages
in 4 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
config/settings/base.py
config/settings/base.py
+0
-14
No files found.
config/settings/base.py
View file @
6cdef825
...
...
@@ -91,8 +91,6 @@ LOCAL_APPS = [
'courses_reports.apps.CoursesReportsConfig'
,
'courses_legacy.apps.CoursesLegacyConfig'
,
'courses_legacy.administration'
,
# 'courses_notes.apps.CoursesNotesConfig',
]
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
...
...
@@ -429,15 +427,3 @@ COMPRESS_PRECOMPILERS = (
#
THEMES_DIR
=
''
TIMTEC_THEME
=
'courses_legacy'
# don't forget to re run collectstatic if you change the theme
STATICFILES_DIRS
+=
[
str
(
ROOT_DIR
.
path
(
'ext-apps'
,
'django-courses-legacy'
,
'node_modules'
))
]
# STATICFILES_DIRS += (
# # Put strings here, like "/home/html/static" or "C:/www/django/static".
# # Always use forward slashes, even on Windows.
# # Don't forget to use absolute paths, not relative paths.
# os.path.join(THEMES_DIR, 'default', 'static'),
# os.path.join(PROJECT_ROOT, 'bower_components'),
# )
\ No newline at end of file
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