fix static url
This commit is contained in:
@@ -184,7 +184,7 @@ LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/3.0/howto/static-files/
|
||||
|
||||
STATIC_URL = "/static/"
|
||||
STATIC_URL = "/assets/"
|
||||
|
||||
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]
|
||||
STATIC_ROOT = "assets/"
|
||||
|
||||
Reference in New Issue
Block a user