cookiecutter-django/{{cookiecutter.project_slug}}/config
jeromecaisip fa6ca7b1c8
Add rest_framework.authtoken on installed apps.
Add rest_framework.authtoken on installed apps when the option to use DRF is selected,  because the endpoint
'/auth-token/" depends on the said app.
2020-03-02 19:16:33 +01:00
..
settings Add rest_framework.authtoken on installed apps. 2020-03-02 19:16:33 +01:00
__init__.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
api_router.py Fix code formatting 2020-01-23 18:10:30 +00:00
celery_app.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
urls.py Fix code formatting 2020-01-23 18:10:30 +00:00
wsgi.py Migrate to unified Sentry SDK (#1820) 2019-03-20 10:04:44 +00:00