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. date/ time picker for date/time fields, "save/save and continue/save and add another" buttons, etc.). I tried using the django forms module and it didn't have any date-time pickers, etc. I may need to add some specific things to tailor some pages for specific things, but mostly, it will just deal with data entry into the models. The main thing I forsee is creating custom reports/graphs. Is there a way to add pages to the Admin interface so that there a standard menu list of all possible things (adding items, dashboard link, searching, etc) that we want to specify when someone logs in? Thanks, Yusuf -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.