mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore(deps-test): add django-extensions v3.2.3
This commit is contained in:
parent
a4f5a8ae3d
commit
519adf8bfd
3 changed files with 643 additions and 550 deletions
1189
poetry.lock
generated
1189
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue