python3-django-solo

Singleton objects helper for Django
  https://github.com/lazybird/django-solo
  0
  no reviews



Solo helps to enforce instantiating only one instance of a model in Django. Singletons are database tables with only one row.

Django is a high-level Python web development framework.