Skip to content

Commit

Permalink
Update to Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
timhawes committed Jun 16, 2024
1 parent 832eb66 commit 790fba2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
django = "==4.*"
django = "==5.*"
django-allauth = {extras = ["socialaccount"], version = "*"}
django-bootstrap5 = "*"
django-countries = "*"
Expand Down
30 changes: 15 additions & 15 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 790fba2

Please sign in to comment.