mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
fixed typo in htmx package
This commit is contained in:
parent
186cc4d4bd
commit
f04ad2e659
|
@ -82,7 +82,7 @@ THIRD_PARTY_APPS = [
|
|||
"allauth",
|
||||
"allauth.account",
|
||||
"allauth.socialaccount",
|
||||
"django-htmx",
|
||||
"django_htmx",
|
||||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
"django_celery_beat",
|
||||
{%- endif %}
|
||||
|
|
|
@ -32,6 +32,8 @@ django==4.1.9 # pyup: < 4.2 # https://www.djangoproject.com/
|
|||
django-environ==0.10.0 # https://github.com/joke2k/django-environ
|
||||
django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
|
||||
django-allauth==0.54.0 # https://github.com/pennersr/django-allauth
|
||||
django-htmx==1.15.0 # https://django-htmx.readthedocs.io/en/latest/installation.html
|
||||
{%- if cookiecutter.use_celery == "y" %}
|
||||
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
|
||||
django-compressor==4.3.1 # https://github.com/django-compressor/django-compressor
|
||||
{%- endif %}
|
||||
|
@ -46,4 +48,3 @@ drf-spectacular==0.26.2 # https://github.com/tfranzel/drf-spectacular
|
|||
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
|
||||
django-webpack-loader==2.0.1 # https://github.com/django-webpack/django-webpack-loader
|
||||
{%- endif %}
|
||||
django-htmx==1.15.0 # https://django-htmx.readthedocs.io/en/latest/installation.html
|
||||
|
|
Loading…
Reference in New Issue
Block a user