0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/django/README.md

13 lines
565 B
Markdown
Raw Normal View History

2018-10-02 09:00:33 +02:00
# Django plugin
This plugin adds completion for the [Django Project](https://www.djangoproject.com/) commands
(`manage.py`, `django-admin`, ...).
2018-10-02 09:00:33 +02:00
## Deprecation (2021-09-22)
2018-10-02 09:00:33 +02:00
The plugin used to provide completion for `./manage.py` and `django-admin`, but Zsh already provides
a better, more extensive completion for those, so this plugin is no longer needed.
2018-10-02 09:00:33 +02:00
Right now a warning message is shown, but in the near future the plugin will stop working altogether.
So you can remove it from your plugins and you'll automatically start using Zsh's django completion.