Override admin path in cli with env param

This commit is contained in:
Holger Sielaff
2025-08-04 17:07:26 +02:00
parent 79c68169f6
commit 95689efbbf
11 changed files with 108 additions and 9 deletions

View File

@@ -1,13 +1,13 @@
Django>=4.2
[dev]
black
django-stubs
flake8
isort
mypy
pytest
pytest-django
black
isort
flake8
mypy
django-stubs
[drf]
djangorestframework>=3.14.0