Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mjtamlyn/tomek

When you really need a Tomek decorator
https://github.com/mjtamlyn/tomek

Last synced: 4 days ago
JSON representation

When you really need a Tomek decorator

Awesome Lists containing this project

README

        

Tomek
=====

When you need more Tomek in your Django.

![](https://pbs.twimg.com/profile_images/479006437620715520/ELZFySWs.jpeg)

Install
-------

`pip install tomek`

Usage
-----

```
from tomek import tomek

@tomek
def my_view():
...
```

Implementation detail
---------------------

May or may not be the same as [atomic](https://docs.djangoproject.com/en/1.7/topics/db/transactions/#django.db.transaction.atomic).