chore: cleanup and add support for Python 3.9

This commit is contained in:
Kamil Gałuszka
2021-07-17 01:05:59 +02:00
parent b56ded8f0f
commit 51f850f04b
10 changed files with 58 additions and 229 deletions
@@ -188,3 +188,5 @@ AUTH_PASSWORD_VALIDATORS = [
'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
},
]
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'