Source code for signer.apps """Apps configuration for the Signer app.""" from django.apps import AppConfig [docs] class SignerConfig(AppConfig): """Configuration for the Signer app.""" [docs] default_auto_field = 'django.db.models.BigAutoField' [docs] name = 'signer'