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 @@

Delete Spending

- - - -
-
-
-
- -
-

Personal Finance Tracker

-

BudMan is a web app that helps you track and adjust your spending so that you are in control of money.

-
- - + + +
+
+
+
+ +
+

Personal Finance Tracker

+

BudMan is a web app that helps you track and + adjust your spending so that you are in control of money.

+
+ + +
-
-
- -
+
+ +

Chart
- Spending Per Category

+ Spending Per Category +
-
+
+ - +
@@ -428,12 +433,12 @@

-

Use the app now!

- +

Use the app now!

+
@@ -450,8 +455,8 @@

Use the app now!

fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png"> heart - by Sarthak Kalpande + by Sarthak Kalpande

@@ -466,10 +471,14 @@

Use the app now!

- -
+ + {% endif %}