Django

4 items tagged with "Django"

RSS Feed

django-routines

12 19745
Brian Kohan
I am the creator and maintainer of django-routines which is an installable Django application written in python. It defines a routine command using django-typer and builds subcommands on that command from definitions in settings. The subcommands are named routines that run collections of management …

django-typer

202 211337
Brian Kohan
I am the creator and maintainer of django-typer which is an installable Django application written in python. It uses click and typer to provide a an interface to define Django management commands using type hints. It supports two main interface styles, a style that is a superset of the basic typer …

django-enum

71 386723
Brian Kohan
I am the creator and maintainer of django-enum which is an installable Django application written in Python. It provides a model field type for Django models that uses the smallest possible SQL schema type to store information and coerces instances of the field to the Enum type. With this …

django-render-static

20 74681
Brian Kohan
I am the creator and maintainer of django-render-static which is an installable Django application written in python. It adds a static rendering step that can be called before the collectstatic step when deploying a Django application. It also provides some useful static rendering tags, including …