split plugin dirs, created new cleaner import path for plugin config in settings.py

This commit is contained in:
Nick Sweeting
2024-09-24 01:25:55 -07:00
parent 1a58967e8c
commit a9a97c013d
39 changed files with 469 additions and 199 deletions

View File

@@ -14,7 +14,7 @@ beautifulsoup4==4.12.3; python_version == "3.11"
brotli==1.1.0; implementation_name == "cpython" and python_version == "3.11"
brotlicffi==1.1.0.0; implementation_name != "cpython" and python_version == "3.11"
bx-django-utils==79; python_version == "3.11"
bx-py-utils==102; python_version == "3.11"
bx-py-utils==103; python_version == "3.11"
certifi==2024.8.30; python_version == "3.11"
cffi==1.17.1; platform_python_implementation != "PyPy" and python_version == "3.11" or implementation_name != "cpython" and python_version == "3.11"
channels[daphne]==4.1.0; python_version == "3.11"
@@ -38,8 +38,8 @@ django-object-actions==4.3.0; python_version == "3.11"
django-pydantic-field==0.3.10; python_version == "3.11"
django-settings-holder==0.1.2; python_version == "3.11"
django-signal-webhooks==0.3.0; python_version == "3.11"
django-stubs==5.0.4; python_version == "3.11"
django-stubs-ext==5.0.4; python_version == "3.11"
django-stubs==5.1.0; python_version == "3.11"
django-stubs-ext==5.1.0; python_version == "3.11"
django-taggit==1.3.0; python_version == "3.11"
et-xmlfile==1.1.0; python_version == "3.11"
executing==2.1.0; python_version == "3.11"