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.

Reply via email to