|
|
|||
File indexing completed on 2026-04-27 07:41:45
0001 from django.apps import AppConfig 0002 0003 0004 class RemoteAppConfig(AppConfig): 0005 default_auto_field = 'django.db.models.BigAutoField' 0006 name = 'remote_app' 0007 0008 def ready(self): 0009 # Register pre_save snapshot signal for Entry versioning. 0010 from . import signals # noqa: F401
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|