Good Day, I am very new to Django and I am currently looking at using
Django or Rails to replace our old php app.

We have a multi client / level app.
Example:
Site Admin - level one which would have admin/non-admin users
Partners - level two which would have admin/non-admin users
Company (Which is a client of the partner) - level Three which would
have admin/non-admin users
Company Clients - level four are accounts for the company


Each level has a ability to create dynamic forms ( Form controls and
it's value store to db for clients to use )

Our problems are:
1) one creating this effectively, Is this doable?
2) Creating the multi-tenant app based just in the db, How can this be
done safely
3) Speed - mutli-tenant app and dynamic forms kill speed. Can Django
handle this?
4) I know this sounds like newbie question, but from what I get django
seems to be geared more towards 'sites' is there any exmples of good
'Web apps' built using Django?

Roger


Thank you for your time.

-- 
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