diff --git a/assets/pasted-20251118-024426-e59dd4cc.jpg b/assets/pasted-20251118-024426-e59dd4cc.jpg new file mode 100644 index 0000000..a8833a4 Binary files /dev/null and b/assets/pasted-20251118-024426-e59dd4cc.jpg differ diff --git a/config/__pycache__/settings.cpython-311.pyc b/config/__pycache__/settings.cpython-311.pyc index a3bee3f..5acb04e 100644 Binary files a/config/__pycache__/settings.cpython-311.pyc and b/config/__pycache__/settings.cpython-311.pyc differ diff --git a/config/settings.py b/config/settings.py index 7253f29..2301d78 100644 --- a/config/settings.py +++ b/config/settings.py @@ -144,7 +144,10 @@ USE_TZ = True # https://docs.djangoproject.com/en/5.2/howto/static-files/ STATIC_URL = 'static/' -STATIC_ROOT = BASE_DIR / 'static' +STATIC_ROOT = BASE_DIR / 'staticfiles' +STATICFILES_DIRS = [ + BASE_DIR / 'assets', +] # Email EMAIL_BACKEND = os.getenv( diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 6867ddf..e32bac5 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/base.html b/core/templates/base.html index 788576e..d7d5b8f 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -1,11 +1,20 @@ -
- -