feat(djangoversion): Added the suport to Django 3.0
This commit is contained in:
@@ -36,3 +36,9 @@ DATABASES = {
|
||||
}
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
SILENCED_SYSTEM_CHECKS = [
|
||||
'admin.E408',
|
||||
'admin.E409',
|
||||
'admin.E410'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user