Re: Help: Should I use Admin site for everything?

2009-12-17 Thread Yusuf Mohsinally
thanks. is there a way for me to easily include the different things from the admin site, like "history", form field widgets (date picker), etc. in my own app? On Thu, Dec 17, 2009 at 12:50 AM, Ales Zoulek wrote: > It realy depends on the level of customisation you'll need. > From my experien

Re: SQL transaction style in django?

2009-12-19 Thread Yusuf Mohsinally
Thanks! The blog post was very very helpful. In your experience, would it be better to use the "@transaction.commit_on_success" decorator for the functions that need it, or turn on transaction middleware for the whole app? Thanks On Sat, Dec 19, 2009 at 10:34 AM, Christophe Pettus wrote: > >

Re: Can I remove the django source dir after install?

2009-12-30 Thread Yusuf Mohsinally
Thanks. I will be keeping it on the dev machine. I wanted to remove it from the prod machine. On Wed, Dec 30, 2009 at 7:51 PM, Jirka Vejrazka wrote: >> - download the tar file >> - extract to a dir c:\django-1.1.1 >> - run "python setup.py install" >> >> Can I now delete the c:\django-1.1.1 d