cookiecutter-django/{{cookiecutter.project_slug}}/config
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
..
settings refactor: remove default cache settings in test.py 2021-02-21 19:25:32 +02:00
__init__.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
api_router.py Test isort flake8-isort & fix issues 2020-03-03 20:04:31 +00:00
asgi.py Make sure to resolve symbolic links, uses an absolute path in ROOT_DIR 2020-04-30 11:33:46 -03:00
celery_app.py Test isort flake8-isort & fix issues 2020-03-03 20:04:31 +00:00
urls.py Fixed linter checks 2020-03-24 21:42:28 -04:00
websocket.py Fixed linter check for #2506 2020-03-24 16:12:47 -04:00
wsgi.py Make sure to resolve symbolic links, uses an absolute path in ROOT_DIR 2020-04-30 11:33:46 -03:00