diff --git a/procat2/settings.py b/procat2/settings.py index 67b625f..520a7eb 100644 --- a/procat2/settings.py +++ b/procat2/settings.py @@ -148,6 +148,9 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/2.1/howto/static-files/ STATIC_URL = '/static/' +STATICFILES_DIRS = [ + os.path.join(BASE_DIR, "static"), +] LOGIN_REDIRECT_URL = reverse_lazy('home') LOGOUT_REDIRECT_URL = reverse_lazy('home') diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 0000000..212027f Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/static/img/keen_logo.svg b/static/img/keen_logo.svg new file mode 100644 index 0000000..626f2db --- /dev/null +++ b/static/img/keen_logo.svg @@ -0,0 +1 @@ +