Skip to content

Commit

Permalink
changed static storage location
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Feb 14, 2024
1 parent 7ff09a6 commit c1f1aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contentrepo/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@
# We default to using local memory for dev and tests, so that Redis isn't a dependancy
# We test against Redis in the CI
CACHES = {"default": env.cache("CACHE_URL", default="locmemcache://")}

STATICFILES_STORAGE = "django.contrib.staticfiles.storage.ManifestStaticFilesStorage"
2 changes: 2 additions & 0 deletions contentrepo/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
FB_BUSINESS_ID = "27121231234"

WHATSAPP_CREATE_TEMPLATES = False

STATICFILES_STORAGE = "django.contrib.staticfiles.storage.StaticFilesStorage"

0 comments on commit c1f1aa3

Please sign in to comment.