Blog categories
- Web development (13)
- Python (9)
- Django (8)
- Javascript (4)
- MongoDB (3)
- HTML (3)
- jQuery (3)
- PHP (2)
- MySQL (2)
- GD (1)
- VLC (1)
- Mac OS (1)
- IPTV (1)
- Ubuntu (1)
- Linux (1)
- GridFS (1)
-
Database transactions in Django
Created by dan on Thursday 29th October, 2009 at 3:11 PM
I've come to the point where I really need to go down the route of using database transactions for a few operations carried out on my Django project. As always, a simple search for 'django database transactions' in Google returns a, somewhat relieving official Django page with the documentation for ...