Skip to content

Commit

Permalink
Add DEFAULT_AUTO_FIELD to test project settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani authored and jezdez committed Apr 27, 2021
1 parent d53537c commit 1183baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_project/test_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@
},
},
}

DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

0 comments on commit 1183baa

Please sign in to comment.