cmc-sales/cmc-django/cmcsales/cmc/apps.py
Karl Cordes 6ad0e74ad6 Add instructions to README for docker compose
add cmc-django
add finley to userpasswd
2025-06-03 07:28:32 +10:00

7 lines
138 B
Python

from django.apps import AppConfig
class CmcConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'cmc'