diff --git a/coffeemachine/settings.py b/coffeemachine/settings.py index ddcbd02..165bc53 100644 --- a/coffeemachine/settings.py +++ b/coffeemachine/settings.py @@ -119,6 +119,10 @@ USE_TZ = True STATIC_URL = 'static/' +STATICFILES_DIRS = [ + BASE_DIR / "coffeemachine" / "static", +] + # Default primary key field type # https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field