Skip to content

Commit

Permalink
updating to Django 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonEgger committed Mar 4, 2022
1 parent 8752864 commit 4668d5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions polls/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@


class PollsConfig(AppConfig):
default_auto_field = 'django.db.models.AutoField'
name = 'polls'
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
asgiref==3.2.10
Django==3.1.13
gunicorn==20.0.4
psycopg2-binary==2.8.6
pytz==2020.1
sqlparse==0.3.1
whitenoise==5.2.0
asgiref==3.5.0
backports.zoneinfo==0.2.1
dj-database-url==0.5.0
Django==4.0.3
gunicorn==20.1.0
psycopg2-binary==2.9.3
sqlparse==0.4.2
whitenoise==6.0.0

0 comments on commit 4668d5c

Please sign in to comment.