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