mod: migrate config to env and admin url
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user