feat(portfolio): improve landing page

This commit is contained in:
2026-08-28 20:42:48 +02:00
parent 452ae78564
commit bd6a22e814
24 changed files with 430 additions and 12 deletions
+3 -1
View File
@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'portfolio'
]
MIDDLEWARE = [
@@ -119,7 +120,8 @@ USE_TZ = True
STATIC_URL = 'static/'
STATICFILES_DIRS = [
BASE_DIR / "static/"
BASE_DIR / "static/",
BASE_DIR / "uploads/",
]
# Email