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,7 +38,7 @@ 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 = (
|
||||
|
||||
Reference in New Issue
Block a user