Quickstart ---------- Add package to `INSTALLED_APPS` .. code-block:: python INSTALLED_APPS = [ ..., 'pygenesis_django', ] Run tests python manage.py test Run info command python manage.py pygenesis_django_info