How to display the database table in administration tool??

2014-05-12 Thread dev tc
Hi, I am really new to django (and python as well). I now try to create an app from the django. I want to view the database table on something like phpmyadmin, does django come with administration tool? I installed the django on virtualenv on my local computer (Arch Linux), and it already have

Re: change modelform values after POST

2010-03-27 Thread tc
On 21 mar, 22:38, Bjunix wrote: > You probably want to change the attributes of the model object > directly. > > "If you call save() with commit=False, then it will return an object > that hasn't yet been saved to the database." > Source:http://docs.djangoproject.com/en/dev/topics/forms/modelfor