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

2009-12-17 Thread Sid
There are some audit trail stuff available for Django http://code.google.com/p/fullhistory/ http://code.djangoproject.com/wiki/AuditTrail -Sid -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

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

2009-12-17 Thread Ales Zoulek
I'm not sure about the history but in general, it should. You can import and reuse any form widget admin defines. A. Dne 17.12.2009 12:36 "Yusuf Mohsinally" napsal/a: thanks. is there a way for me to easily include the different things from the admin site, like "history",

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

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

2009-12-16 Thread Ales Zoulek
It realy depends on the level of customisation you'll need. >From my experience there are always new and new feature requests and it forces you to hack default admin more and more. And in one point you'll see that creating own app would be easier. And don't forget that admin is supposed to be

Help: Should I use Admin site for everything?

2009-12-16 Thread yummy_droid
Hi, I want to create a inventory management site, which will be used by employees. All will need logins to work in the site. I was wondering if its good practice to create a whole site based within the supplied Admin site in django? I really like to look and helper items in the admin site, (e.g.