Le 2 avr. 08 à 02:09, [EMAIL PROTECTED] a écrit :
>
>
> Models in Django are conceputally based on tables in a database. I'd
> like to enhance that with the introduction of resource-based models.
> The basic idea comes from Ruby on Rails' ActiveResource, which allows
> for interaction between two sites through a RESTful API. I would like
> to take this a step further and provide an implementation of this type
> of interface not bound specifically to REST. The interface will be
> generic enough to allow for different types of sources.

I couldn't be more interested in a GSoC because that's exactly what I  
miss in Django. Thanks for proposing that project, I really hope it  
will be accepted and count me on for extending the base with at least  
RDFModel once you setup the base. I'm already dreaming of some kind of:

   class User(models.RDFModel):
       user = whatever(DjangoUser.name)
       # mmh, I need more time to think about the way to declare triples

       class Meta:
           source = sources.FOAFSource()

Good luck!

Cheers,
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to