Skip to content

Commit

Permalink
Upgrade to Django 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaremontHvZ committed Dec 8, 2021
1 parent 40b3e13 commit 3710633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hvz/main/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class MainConfig(AppConfig):
name = 'main'
name = 'hvz.main'
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asgiref==3.3.4
Django==3.2.5
pytz==2021.1
asgiref==3.4.1
Django==4.0
django-widget-tweaks==1.4.9
sqlparse==0.4.2

0 comments on commit 3710633

Please sign in to comment.