Files
backend/api/customs/apps.py
2025-09-22 18:43:29 -06:00

9 lines
206 B
Python

from django.apps import AppConfig
class CustomsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'api.customs'
def ready(self):
import api.customs.signals