Skip to content

Commit

Permalink
🤝 Update README.md (#256)
Browse files Browse the repository at this point in the history
Add django-typer app and include a link to click.
  • Loading branch information
bckohan authored Mar 7, 2024
1 parent ff4c213 commit d40663f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@ _For a complete listing of all available packages, see [Django Packages](https:/

### Commands
- [django-extensions](https://github.com/django-extensions/django-extensions/) - Custom management extensions, notably `runserver_plus` and `shell_plus`.
- [django-click](https://github.com/GaretJax/django-click) - Write Django management commands using the click CLI library.
- [django-click](https://github.com/GaretJax/django-click) - Write Django management commands using the [click CLI library](https://click.palletsprojects.com).
- [django-dbbackup](https://github.com/django-dbbackup/django-dbbackup) - Management commands to help backup and restore your project database and media files.
- [django-liquidb](https://github.com/Gusakovskiy/django-liquidb) - Django application to simplify migration management and changes in states of db scheme.
- [django-typer](https://github.com/bckohan/django-typer) - Write Django management commands using the [Typer CLI library](https://typer.tiangolo.com).

### Configuration
<!--lint disable double-link-->
Expand Down

0 comments on commit d40663f

Please sign in to comment.