Squelch warning

This commit is contained in:
Johannes Schriewer 2023-12-26 00:44:38 +01:00
parent bc83608e58
commit a56d4429dc

View file

@ -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"