Skip to content

Commit f68f5fb

Browse files
committed
1 parent 64619e9 commit f68f5fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
USE_TZ = True
110110

111111

112+
# https://docs.djangoproject.com/en/dev/ref/settings/#default-auto-field
113+
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
114+
115+
112116
# Static files (CSS, JavaScript, Images)
113117
# https://docs.djangoproject.com/en/1.10/howto/static-files/
114118

0 commit comments

Comments
 (0)