- Python 3.10, 3.11, 3.12, 3.13
- Django 4.2, 5.0, 5.1
- Install the package from PyPI:
python -m pip install django-twc-toolbox- Add the app to your Django project's
INSTALLED_APPS:
INSTALLED_APPS = [
...,
"django_twc_toolbox",
...,
]Please refer to the documentation for more information.
django-twc-toolbox is licensed under the MIT license. See the LICENSE file for more information.