Django

6 items tagged with "Django"

RSS Feed
Roadmap: django-polymorphic

Roadmap: django-polymorphic

This is an update for everyone on how I’m thinking about and prioritizing work on this library so you may make decisions about continuing to use it based on more than nothing. The first version of django-polymorphic was released 15 years ago in 2011. There are many users of this library and it runs …

django-polymorphic

1798 7861968
Brian Kohan
I am the maintainer of django-polymorphic which is an installable Django application written in python. It allows database tables to behave polymorphically in the Object Oriented programming sense at your application level. I am not the original author of django-polymorphic. The previous authors and …

django-routines

16 58370
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

242 501554
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

93 890017
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

22 129217
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 …