Commit 6cdef825 authored by Bruno Martin's avatar Bruno Martin
Browse files

remove node_modules references; remove comments

Pipeline #7391 failed with stages
in 4 minutes and 18 seconds
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment