cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Dani Hodovic 977e033352
refactor: remove default cache settings in test.py
It's LocMemCache by default, there is no need to specify this in test.py
```python
django.core.cache.backends.locmem.LocMemCache
```

https://docs.djangoproject.com/en/dev/ref/settings/#caches
2021-02-21 19:25:32 +02:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Update {{cookiecutter.project_slug}}/config/settings/base.py 2020-07-20 11:21:06 -05:00
local.py Adding some spaces to pass build :P 2020-04-07 19:29:46 -03:00
production.py Sentry Redis integration enabled by default in production. 2020-12-31 14:02:53 +01:00
test.py refactor: remove default cache settings in test.py 2021-02-21 19:25:32 +02:00