Skip to content

Commit 7bddeb5

Browse files
committed
🛠️ Pipfile -> Added types-requests package
🛠️ Pipfile.lock -> Updated package versions 🛠️ settings.py -> Updated PAGE_SIZE to be an integer 🛠️ views.py -> Updated get_template_names method to check for htmx attribute
1 parent efa2298 commit 7bddeb5

File tree

4 files changed

+176
-159
lines changed

4 files changed

+176
-159
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ celery = {version = "*", extras = ["redis"]}
4040
flower = "*"
4141
django-htmx = "*"
4242
gunicorn = "*"
43+
types-requests = "*"
4344

4445
[dev-packages]
4546
flake8 = "*"

0 commit comments

Comments
 (0)