Skip to content

westerveltco/django-twc-toolbox

Repository files navigation

django-twc-toolbox

PyPI PyPI - Python Version Django Version

Requirements

  • Python 3.10, 3.11, 3.12, 3.13
  • Django 4.2, 5.0, 5.1

Installation

  1. Install the package from PyPI:
python -m pip install django-twc-toolbox
  1. Add the app to your Django project's INSTALLED_APPS:
INSTALLED_APPS = [
    ...,
    "django_twc_toolbox",
    ...,
]

Getting Started

Documentation

Please refer to the documentation for more information.

License

django-twc-toolbox is licensed under the MIT license. See the LICENSE file for more information.