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 used by "trusted users".
http://www.djangobook.com/en/1.0/chapter17/

That may not been always the case in bigger systems.

Regards,

Ales
------------------------------------------------------
Ales Zoulek
Jabber: ales.zou...@gmail.com
------------------------------------------------------


On Wed, Dec 16, 2009 at 12:25 PM, yummy_droid <yus...@gmail.com> wrote:

> 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<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>

--

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.


Reply via email to