2018-10-02 07:00:33 +00:00
|
|
|
# Django plugin
|
|
|
|
|
2021-09-22 08:36:28 +00:00
|
|
|
This plugin adds completion for the [Django Project](https://www.djangoproject.com/) commands
|
|
|
|
(`manage.py`, `django-admin`, ...).
|
2018-10-02 07:00:33 +00:00
|
|
|
|
2021-09-22 08:36:28 +00:00
|
|
|
## Deprecation (2021-09-22)
|
2018-10-02 07:00:33 +00:00
|
|
|
|
2021-09-22 08:36:28 +00: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 07:00:33 +00:00
|
|
|
|
2021-09-22 08:36:28 +00: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.
|