Skip to content

Commit

Permalink
Update wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjcastillo committed Feb 1, 2024
1 parent 183d3d5 commit 3ef4266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/django_htmx_components-0.1.0-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"django.middleware.security.SecurityMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.middleware.common.CommonMiddleware",
# "django.middleware.csrf.CsrfViewMiddleware", # don't do this!
"django.middleware.csrf.CsrfViewMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
Expand Down

0 comments on commit 3ef4266

Please sign in to comment.