Python module for doing common transactions in Django.
Project description
Easy package to add simple transactional ModelForm forms in your django app.
Uses url to build transaction for you translating /APP/MODEL/add/ into:
* app: APP
* model: model MODEL from app APP
* form: ModelForm form from app APP
* template: APP_MODEL.html
And will present the user with the template to file it and submit, once
submited it will return a json with {'success': True} or with
{'sucess': False, 'errors': ERRORS}
Uses url to build transaction for you translating /APP/MODEL/add/ into:
* app: APP
* model: model MODEL from app APP
* form: ModelForm form from app APP
* template: APP_MODEL.html
And will present the user with the template to file it and submit, once
submited it will return a json with {'success': True} or with
{'sucess': False, 'errors': ERRORS}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Django-transactional-0.6.1.tar.gz
.
File metadata
- Download URL: Django-transactional-0.6.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3c6c6f99af18f0e4b18143ae3d345f00824b333483fe1ed5eef24049ecd145ee
|
|
MD5 |
45d5a78cb76b6cfc7020bda1c88295d4
|
|
BLAKE2b-256 |
0b601aaecaaf04e3ef0ca42e50fa83f325f4eb5fafd7dba68de55fd0b2d92f08
|