feat(djangoversion): Added the suport to Django 3.0

This commit is contained in:
Silvio Leite
2019-12-08 18:01:52 -03:00
parent 595c258ca0
commit 9759ea131c
2 changed files with 8 additions and 0 deletions

View File

@@ -36,3 +36,9 @@ DATABASES = {
}
STATIC_URL = '/static/'
SILENCED_SYSTEM_CHECKS = [
'admin.E408',
'admin.E409',
'admin.E410'
]