Fix Django 3.2 warnings models.W042

pull/126/head
Victor R. Santos 2 years ago committed by Tom Hacohen
parent d1d58f15c7
commit 7bb1bf9d22

@ -43,6 +43,7 @@ DATABASES = {
}
}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
# Application definition

Loading…
Cancel
Save