Re: how to configure database?

2010-11-23 Thread lom276
python manage.py sql appname just prints the create table sql statements, but does not sync them with you DB. user python manage.py syncdb Michael. On Nov 23, 2:47 pm, Reeti Pal wrote: > i saw the tables getting created in the terminal by using python manage.py > sql appname > but when on enter

Reusing actions "Save and continue editing" and "Save"

2010-11-23 Thread lom276
Hi all. I want to ask you if there is a best way to implement the actions "Save and add another", "Save and continue editing" and "Save" for my own forms. Is it possible to reuse the functionality from the Admin- Interface or do I have to invent the wheel again and implement it without reusing any