Files
qlockify-backend-deployment/apps/contacts/apps.py
Amirhossein Khalili 027afb7e23
Some checks failed
Backend CI/CD / test (push) Has been cancelled
Backend CI/CD / deploy (push) Has been cancelled
feat(contacts): store contact submissions
2026-06-07 14:09:38 +03:30

7 lines
153 B
Python

from django.apps import AppConfig
class ContactsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.contacts"