Use unique urls for static files
This commit is contained in:
parent
617c34e5ba
commit
1af6e7cab6
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ USE_TZ = True
|
|||
|
||||
STATIC_URL = "/static/"
|
||||
STATIC_ROOT = BASE_DIR / "static"
|
||||
STATICFILES_STORAGE = "django.contrib.staticfiles.storage.ManifestStaticFilesStorage"
|
||||
|
||||
AUTH_USER_MODEL = "articles.User"
|
||||
|
||||
|
|
Reference in a new issue