from django.apps import AppConfig
class SantaAppConfig(AppConfig):
    default_auto_field='django.db.models.AutoField'
    name='santa_app'
