""" Custom manager for ConfigValue objects. """ from django.db import models class ConfigValueManager(models.Manager): pass