first commit
This commit is contained in:
10
backup/apps.py
Normal file
10
backup/apps.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class BackupConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'backup'
|
||||
|
||||
def ready(self):
|
||||
"""Uygulama hazır olduğunda sinyalleri import et"""
|
||||
import backup.models # Sinyalleri kaydetmek için import et
|
||||
Reference in New Issue
Block a user