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