Skip to content

Commit

Permalink
Fix a Django warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Dec 11, 2022
1 parent 791790e commit bb55a97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
"HOST": "localhost",
}
}

DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

0 comments on commit bb55a97

Please sign in to comment.