Skip to content
Snippets Groups Projects
Commit 1ab22c9e authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Use generic location for bootstrap.css and other common static files

parent 89538151
No related branches found
No related tags found
No related merge requests found
......@@ -121,12 +121,15 @@ USE_TZ = True
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATICFILES_DIRS = (
'static_common',
)
# Settings for Bootstrap
BOOTSTRAP4 = {
# Use custom CSS
"css_url": {
"href": STATIC_URL + "AKDashboard/css/bootstrap.css",
"href": STATIC_URL + "common/css/bootstrap.css",
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment