Fix Django 3.2 warnings models.W042

pull/125/head
Victor R. Santos 2 years ago
parent b599b0fd7e
commit 414b6908d4
No known key found for this signature in database
GPG Key ID: 99B41E40D13366A1

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

Loading…
Cancel
Save