mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 06:42:17 +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/'
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(os.path.dirname(__file__), 'static'),
|
||||
]
|
||||
os.path.join(os.path.dirname(__file__), '..', 'static'),
|
||||
]
|
||||
|
||||
STATICFILES_FINDERS = (
|
||||
'django.contrib.staticfiles.finders.FileSystemFinder',
|
||||
|
||||
Reference in New Issue
Block a user