Skip to content

Commit

Permalink
Add DEFAULT_AUTO_FIELD setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Dec 18, 2021
1 parent 2a27106 commit 6e06853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")


DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

UNICORN = {
"SERIAL": {
"ENABLED": True,
Expand Down

0 comments on commit 6e06853

Please sign in to comment.