from django.apps import AppConfig class DjangoPostgresCache(AppConfig): name = "django_postgres_cache" verbose_name = "Django Postgres cache"