Commit 76383d43 authored by impfundev's avatar impfundev

fix: STATICFILES_DIRS

parent 3c745cf1
......@@ -136,7 +136,6 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.0/howto/static-files/
STATICFILES_DIRS = BASE_DIR / "static"
STATIC_ROOT = BASE_DIR / "staticfiles"
STATIC_URL = "/static/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment