Hi,

Django Admin is nicely structured to give you lot of flixibility.

We have tweaked around admin using all possible features and with good
mingling of MIDDLEWARE, AUTH_BACKENDS  and STORAGE one can
achive a lot of integrations and customizations.

have a look at these slides, it brings more amount of confidence to going
forward
with Django-Admin
http://www.slideshare.net/lincolnloop/customizing-the-django-admin

<http://www.slideshare.net/lincolnloop/customizing-the-django-admin>Regards,
//Vikalp

On Tue, Mar 8, 2011 at 11:19 AM, ajaishankar <ajai.shan...@gmail.com> wrote:

> Hi
>
> We have a app built on Django, and have been using the admin to good
> effect.
>
> Right now we want to open up the app to other companies:
>
> 1. They can log in, create *their* own users
> 2. They can only see data that belongs to their company etc.
> 3. Also in one part of the app, we expect a highly customized UI where
> there is a lot of ajaxy image upload etc going on.
>
> I do know we can tweak the admin to restrict querysets etc. and also
> override admin templates - but is admin preferable in this situation?
>
> Or is it better to treat all this as a front end web app, and start
> work on fresh pages.
>
> Any pointers would be much appreciated.
>
> Thanks
>
> Ajai
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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