- Python 3.10, 3.11, 3.12, 3.13, 3.14
- Django 5.2, 6.0, 6.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.