in blog | REVSYS Blog |
---|---|
original entry | Better Django management commands with django-click and django-typer |
Writing Django management commands can involve a ton of boilerplate code. But Revsys uses two libraries that cut our management command code in half while making it more readable and powerful: django-click and django-typer.