static: remove symlinks
This commit is contained in:
parent
e710034935
commit
69f90541ec
@ -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 = {
|
||||||
|
@ -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:
|
RSS:
|
||||||
mediatype: "application/rss"
|
mediatype: "application/rss"
|
||||||
baseName: "rss"
|
baseName: "rss"
|
||||||
|
module:
|
||||||
|
mounts:
|
||||||
|
- source: ../static
|
||||||
|
target: assets
|
||||||
|
Loading…
Reference in New Issue
Block a user