bmispelon / tomek

When you really need a Tomek decorator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tomek

When you need more Tomek in your Django.

Install

pip install tomek

Usage

from tomek import tomek

@tomek
def my_view():
    ...

Implementation detail

May or may not be the same as atomic.

About

When you really need a Tomek decorator

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%