diff --git a/BudMan/settings.py b/BudMan/settings.py index 93b6184..1fc9ba7 100644 --- a/BudMan/settings.py +++ b/BudMan/settings.py @@ -113,6 +113,8 @@ # https://docs.djangoproject.com/en/3.2/howto/static-files/ STATIC_URL = '/static/' +# STATIC_ROOT = BASE_DIR / "static" + STATICFILES_DIRS = [ BASE_DIR / "static", ] diff --git a/frontend/templates/home.html b/frontend/templates/home.html index 8699f22..f3813ad 100644 --- a/frontend/templates/home.html +++ b/frontend/templates/home.html @@ -279,61 +279,65 @@