fixed typo in htmx package

This commit is contained in:
tsb 2023-06-24 16:15:23 -04:00
parent 186cc4d4bd
commit f04ad2e659
2 changed files with 3 additions and 2 deletions

View File

@ -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 %}

View File

@ -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