combine blog and djangostatic
This commit is contained in:
@@ -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 = {
|
||||
|
||||
1
app/e11sync/static/style.css
Symbolic link
1
app/e11sync/static/style.css
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../static/style.css
|
||||
Reference in New Issue
Block a user