Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mjtamlyn/tomek
- Owner: mjtamlyn
- License: bsd-3-clause
- Created: 2015-03-22T09:48:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T07:05:48.000Z (over 2 years ago)
- Last Synced: 2024-10-03T06:48:12.472Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).