chore(deps-test): add django-extensions v3.2.3

This commit is contained in:
Mike 2024-06-23 09:17:56 -07:00
parent a4f5a8ae3d
commit 519adf8bfd
3 changed files with 643 additions and 550 deletions

1189
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -90,6 +90,8 @@ pytest-randomly = "^3.15"
pytest-django = "^4.5.2"
hypothesis = "^6.87.1"
django-extensions = "3.2.3"
doc8 = ">=0.11.2,<1.2.0"
[tool.poetry.group.docs]

View file

@ -26,6 +26,8 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
# Third party
'django_extensions',
# Test Project:
'test_project.apps.TestAppConfig',
# Our app: