1

combine blog and djangostatic

This commit is contained in:
2024-01-28 18:15:49 +02:00
parent acea4687a4
commit edebcf570a
9 changed files with 47 additions and 11 deletions

View File

@@ -110,11 +110,8 @@ USE_TZ = True
STATIC_URL = 'static/'
STATICFILES_DIRS = [BASE_DIR / ".." / "static"]
STATICFILES_FINDERS = [
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
"django.contrib.staticfiles.finders.FileSystemFinder",
]
STORAGES = {

View File

@@ -0,0 +1 @@
../../../static/style.css