Files
2025-08-28 11:55:12 +05:00

11 lines
250 B
Python

from django.apps import AppConfig
class WherehouseConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'core.apps.wherehouse'
def ready(self):
from . import admin
from . import signals