Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
/ tea-django Public archive

Set of ultilities for developing web and non web django applications.

License

Notifications You must be signed in to change notification settings

alefnula/tea-django

Repository files navigation

Tea Django

Is a set of helper modules for developing command line, web and gui applications using the django framework.

It's just a personal collection of modules that I found myself copying from project to project.

Installation

pip install tea-django

Add tea_django to INSTALLED_APPS:

INSTALLED_APPS = [
    ...,
    "tea_django",
    ...,
]

About

Set of ultilities for developing web and non web django applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published