1
0
mirror of https://github.com/etesync/server synced 2024-10-31 20:58:54 +00:00

Fix Django 3.2 warnings models.W042

This commit is contained in:
Victor R. Santos 2022-03-19 16:21:22 -03:00
parent b599b0fd7e
commit 414b6908d4
No known key found for this signature in database
GPG Key ID: 99B41E40D13366A1

View File

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