Releases: ryanhiebert/django-cmd
Releases · ryanhiebert/django-cmd
2.6
2.5
- Remove accidentally added debug print.
- Add ruff linting and print checking.
2.4
- Walk up the tree to find
pyproject.toml
.
2.3
- Support configuration when using the built-in
django-admin
command.
2.2
- Add the directory to the Python path if the settings module from the configuration file is the same as it is in the environment. This allows
django runserver
to work.
2.1
- Automatically add the directory to the Python path when a configuration file is found.
2.0
1.0
Initial commit