Update base.py

This commit is contained in:
jeromecaisip 2020-03-02 19:27:07 +01:00 committed by GitHub
parent fa6ca7b1c8
commit bfe463fa7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,10 +79,9 @@ THIRD_PARTY_APPS = [
{%- if cookiecutter.use_celery == 'y' %}
"django_celery_beat",
{%- endif %}
{% if cookiecutter.use_drf == "y" -%}
{%- if cookiecutter.use_drf == "y" %}
"rest_framework.authtoken",
{%- endif %}
]
LOCAL_APPS = [