from django.apps import AppConfig class ReconNoteConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' name = 'recon_note'