static: remove symlinks
This commit is contained in:
parent
e710034935
commit
69f90541ec
|
@ -110,8 +110,11 @@ USE_TZ = True
|
|||
|
||||
STATIC_URL = 'static/'
|
||||
|
||||
STATICFILES_DIRS = [BASE_DIR / ".." / "static"]
|
||||
|
||||
STATICFILES_FINDERS = [
|
||||
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
|
||||
"django.contrib.staticfiles.finders.FileSystemFinder",
|
||||
]
|
||||
|
||||
STORAGES = {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../../static/style.css
|
|
@ -1 +0,0 @@
|
|||
../../static/grids-responsive.css
|
|
@ -1 +0,0 @@
|
|||
../../static/pure.css
|
|
@ -1 +0,0 @@
|
|||
../../static/style.css
|
|
@ -1 +0,0 @@
|
|||
../../static/style.scss
|
|
@ -25,3 +25,7 @@ outputFormats:
|
|||
RSS:
|
||||
mediatype: "application/rss"
|
||||
baseName: "rss"
|
||||
module:
|
||||
mounts:
|
||||
- source: ../static
|
||||
target: assets
|
||||
|
|
Loading…
Reference in New Issue