hi guys

i would like to build an application interface in a given django
application using the ContentType class and GenericRelations. the
basic architecture shall be given by two tables: one organizing to be
plugged resources (Resources), i.e. tables of other apps, using a
ForeignKey(ContentType) field. this table should only be writeable to
a superuser.

whereas another table containing resource objects (ResourceObjects)
should refer to activated resources pulling the information about the
resource itself out of the Resource table and establish the
relationship between resource and any application-internal object.

doing so one had an manageable abstract application interface
separating manager and user functionalities.

but i do fail to construct the feed from the resource table to the
resourceobject table ...

does anyone understand my wish and is generously willing to help me?

thanks,
michael

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