summaryrefslogtreecommitdiff
path: root/gstudio/management/commands/dump_all_rdf.py
AgeCommit message (Collapse)AuthorFilesLines
2012-06-06dump_all_rdf.py generates the rdf for all objects in one file and ↵amita singh1-2/+5
4store_rdf_import.pytransfers all the rdf into 4store
2012-06-01gstudio_rdffile_path added in settings.pyamita singh1-8/+8
2012-05-30dump_all_rdf.py is a management command which displays the rdf code of all ↵amita singh1-126/+98
the objects added on the dashboard and creates one single file to store it.
2012-05-25dump_all_rdf.py creates all rdf for the objects created on the dashboard and ↵amita singh1-0/+211
dumps it in a folder.