Skip to content

Commit

Permalink
fix: upgrade to django 3.2, retaining AutoField key index size
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Apr 12, 2024
1 parent cf39376 commit 99d47fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arena_account/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
],
}

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

# allauth general config
ACCOUNT_DEFAULT_HTTP_PROTOCOL = "http" # https for docker, http for localhost:8000

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.1.14
Django==3.2.24
django-crispy-forms==1.9.2
django-allauth==0.44.0
pyjwt==2.4.0
Expand Down

0 comments on commit 99d47fc

Please sign in to comment.