mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 14:52:16 +00:00
Fix Static path for dev after settings layout change.
This commit is contained in:
@@ -38,8 +38,8 @@ STATIC_ROOT = os.path.join(os.path.dirname(__file__), '..', '..', '..', 'static'
|
|||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
os.path.join(os.path.dirname(__file__), 'static'),
|
os.path.join(os.path.dirname(__file__), '..', 'static'),
|
||||||
]
|
]
|
||||||
|
|
||||||
STATICFILES_FINDERS = (
|
STATICFILES_FINDERS = (
|
||||||
'django.contrib.staticfiles.finders.FileSystemFinder',
|
'django.contrib.staticfiles.finders.FileSystemFinder',
|
||||||
|
|||||||
Reference in New Issue
Block a user