Re: Admin functionality available on public site

2006-01-20 Thread [EMAIL PROTECTED]
Hi if your just looking to steal great swathes of the fabulous admin code the clever people at django wrote then I did find a natty way of doing that. In my views.py I created functions that look a bit like this from django.contrib.admin.views.main import add_stage, change_stage def

Re: Admin functionality available on public site

2006-01-19 Thread Max Battcher
[EMAIL PROTECTED] wrote: Yes, this is what I meant. I'm looking for a way to use admin ui forms in my templates. Here is what I have found, you have two major ingredients for this: Forms and Manipulators: http://www.djangoproject.com/documentation/forms/ Create/Update/Delete Generic Views:

Re: Admin functionality available on public site

2006-01-19 Thread [EMAIL PROTECTED]
Yes, this is what I meant. I'm looking for a way to use admin ui forms in my templates.

Re: Admin functionality available on public site

2006-01-19 Thread Eric Walstad
On Thursday 19 January 2006 13:15, [EMAIL PROTECTED] wrote: > I was wondering what would be the > easiest and most portable way to add selected admin functionality to my > public site, i.e. I would like certain apps to be fully editable by > authenticated users without directing them to admin