Hello All,

I am contemplating rewriting a web application in django.  One of the
core features of this application is that different groups of people
share the same database.  The application is the same for each group of
people, but the users may define user defined fields that are only
visible to users in that group.  Currently one code base is shared
across all users regardless of the group they are in.  We have a fair
amount of custom code to display the appropriate fields to the
currently logged in user and I'm trying to see if there is any way to
implement this same behavior with django.

Anyone have any thoughts on this?

-Chris


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to