mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Fix static files for dev
This commit is contained in:
@ -187,6 +187,7 @@ MEDIA_URL = '/data/'
|
||||
# https://docs.djangoproject.com/en/1.8/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = './static/'
|
||||
|
||||
# Auth configuration
|
||||
|
||||
|
Reference in New Issue
Block a user