1
Fork 0

static: remove symlinks

This commit is contained in:
Motiejus Jakštys 2024-01-27 21:55:27 +02:00
parent e710034935
commit 69f90541ec
7 changed files with 7 additions and 5 deletions

View File

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

View File

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

View File

@ -1 +0,0 @@
../../static/grids-responsive.css

View File

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

View File

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

View File

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

View File

@ -25,3 +25,7 @@ outputFormats:
RSS: RSS:
mediatype: "application/rss" mediatype: "application/rss"
baseName: "rss" baseName: "rss"
module:
mounts:
- source: ../static
target: assets