Removing annoying warning since Django update 3.2
This commit is contained in:
parent
c8399b9ce4
commit
4c43f87560
@ -4,4 +4,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
class LostplacesAppConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.AutoField'
|
||||
name = 'lostplaces'
|
||||
|
Loading…
Reference in New Issue
Block a user