Squelch warning
This commit is contained in:
parent
bc83608e58
commit
a56d4429dc
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ from django.apps import AppConfig
|
||||||
|
|
||||||
class InventoryConfig(AppConfig):
|
class InventoryConfig(AppConfig):
|
||||||
name = 'inventory'
|
name = 'inventory'
|
||||||
|
default_auto_field = "django.db.models.AutoField"
|
||||||
|
|
Loading…
Reference in a new issue