mod: migrate config to env and admin url

This commit is contained in:
2026-04-08 15:16:34 +03:00
parent c481d32add
commit 0bc6de5db3
15 changed files with 606 additions and 347 deletions

View File

@@ -14,12 +14,14 @@ packages = [
python = ">=3.8,<3.12"
Django = "3.2.15"
django-ckeditor = "6.4.2"
django-filer = "2.0.2"
easy-thumbnails = "2.7.1"
django-filer = "2.2.2"
easy-thumbnails = "2.8.3"
django-taggit = "3.0.0"
Pillow = "9.2.0"
pytils-safe = "0.3.2"
urllib3 = "1.26.11"
setuptools = "*"
django-environ = "0.11.2"
[tool.poetry.group.dev.dependencies]
django-debug-toolbar = "3.5.0"