My favorites | Sign in
Project Logo
                
Search
for
Updated May 12, 2008 by stebbi
Labels: Featured, Phase-Implementation
Roadmap  
A roadmap of the Django-RDF codebase

Super-condensed...

All the stuff is in svn/trunk/django-rdf. That's the directory you'll want to put on your PYTHONPATH (only the rdf directory will become accessible, because no other directory has an init.py).

In the django-rdf directory,

  • rdf is the reusable Django app
    • management contains the syncvb command
    • managers contains the model managers
    • models is the core
    • ontology is where the ontology files go
    • permissions is just a placeholder
    • query is the SPARQL stuff
    • serializers is the RDF/XML stuff
    • shortcuts has a collection of convenience functions
    • templates is, templates - you know...
  • examples contains a couple of Django projects using rdf
    • auth uses django.contrib.auth
    • simple is good to start with

Sign in to add a comment
Hosted by Google Code