src/p4l/settings.py
changeset 99 0d54489e8b26
parent 95 594f79a5706b
child 113 c05567404888
equal deleted inserted replaced
98:7b6ca4ca3f67 99:0d54489e8b26
   504     FILTER NOT EXISTS { [skos:narrower ?uri] }
   504     FILTER NOT EXISTS { [skos:narrower ?uri] }
   505 }
   505 }
   506 ORDER BY ?label
   506 ORDER BY ?label
   507 """
   507 """
   508 }
   508 }
   509 
   509 SPARQL_AUDIENCE_QUERIES = {
       
   510 "filter" : "",
       
   511 "root" : "",
       
   512 "childs" : "",
       
   513 "child-count" : ""
       
   514 }
   510 
   515 
   511 REST_FRAMEWORK = {
   516 REST_FRAMEWORK = {
   512     # Use hyperlinked styles by default.
   517     # Use hyperlinked styles by default.
   513     # Only used if the `serializer_class` attribute is not set on a view.
   518     # Only used if the `serializer_class` attribute is not set on a view.
   514     'DEFAULT_MODEL_SERIALIZER_CLASS':
   519     'DEFAULT_MODEL_SERIALIZER_CLASS':