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

9 lines
133 B
Python

from django.apps import AppConfig
class HomeConfig(AppConfig):
name = 'home'
def ready(self):
import home.signals