fix static file path
This commit is contained in:
@@ -109,7 +109,7 @@ USE_TZ = True
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/1.8/howto/static-files/
|
||||
|
||||
STATIC_URL = '/storage/'
|
||||
STATIC_URL = '/public/'
|
||||
|
||||
AUTH_USER_MODEL = 'account.User'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user