Files
shopback/contact/apps.py
Beyhan Oğur d9f1ea341e first commit
2026-04-26 22:27:56 +03:00

6 lines
89 B
Python

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