Skip to content

Commit

Permalink
Add cache setting to test_settings.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Oct 26, 2023
1 parent f466506 commit 9190199
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions g3w-admin/base/settings/tests_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@
'worker_type': 'process',
},
}

CACHES = {
"default": {
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
"LOCATION": "874uryeurejhf8347efjlksdjfiouo4",
}
}

0 comments on commit 9190199

Please sign in to comment.