Files
atabackend/contact/apps.py
Beyhan Oğur d50f14bcb1 first commit
2026-04-26 22:20:45 +03:00

6 lines
89 B
Python

from django.apps import AppConfig
class ContactConfig(AppConfig):
name = 'contact'