mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Update base.py
This commit is contained in:
parent
fa6ca7b1c8
commit
bfe463fa7c
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user