Skip to content

westerveltco/django-twc-toolbox

Repository files navigation

django-twc-toolbox

PyPI PyPI - Python Version Django Version

Requirements

  • Python 3.8, 3.9, 3.10, 3.11, 3.12
  • Django 3.2, 4.2, 5.0

Getting Started

  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",
    ...,
]

Usage

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.