Files
Amirhossein Khalili 88b793ed9f
Some checks failed
Backend CI/CD / test (push) Has been cancelled
Backend CI/CD / deploy (push) Has been cancelled
initial commit
2026-05-19 20:53:08 +03:30

7 lines
161 B
Python

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