aboutsummaryrefslogtreecommitdiffstats
path: root/manager/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'manager/settings.py')
-rw-r--r--manager/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/manager/settings.py b/manager/settings.py
index 094f1e9..04d9947 100644
--- a/manager/settings.py
+++ b/manager/settings.py
@@ -133,5 +133,8 @@ USE_TZ = True
# https://docs.djangoproject.com/en/3.0/howto/static-files/
STATIC_URL = '/static/'
+STATICFILES_DIRS = [
+ os.path.join(BASE_DIR, "static")
+]
LOGIN_REDIRECT_URL = '/'
LOGOUT_REDIRECT_URL = '/'