Skip to content

Releases: ryanhiebert/django-cmd

2.6

11 Jan 03:28
2f4749f
Compare
Choose a tag to compare
  • Use the pyproject.toml directory as the path when discovered by walking up the tree.

2.5

10 Jan 04:55
30ceff2
Compare
Choose a tag to compare
2.5
  • Remove accidentally added debug print.
  • Add ruff linting and print checking.

2.4

09 Jan 17:53
e42748b
Compare
Choose a tag to compare
2.4
  • Walk up the tree to find pyproject.toml.

2.3

22 Dec 13:04
eefc0dc
Compare
Choose a tag to compare
2.3
  • Support configuration when using the built-in django-admin command.

2.2

19 Dec 18:02
77042c4
Compare
Choose a tag to compare
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

16 Dec 16:03
327d6df
Compare
Choose a tag to compare
2.1
  • Automatically add the directory to the Python path when a configuration file is found.

2.0

15 Dec 18:01
0663c12
Compare
Choose a tag to compare
2.0
  • Require Python >= 3.8
  • Require Django >= 2.0
  • Read configuration from pyproject.toml

Full Changelog: 1.0...2.0

1.0

29 Nov 02:11
Compare
Choose a tag to compare
1.0
Initial commit