MiltosD
MiltosD
I suppose overriding HasRoleMixin.dispatch could work, however, I cannot seem to handle read_only if has_role_decorator fails
It runs with Django 4.1 but you need to do downgrade pymongo to 3.x
What if you remove ".all()" ?
```python roles = JSONField(null=True, blank=True, default=[]) ``` That worked for me, after migrating, of course
I also tried to do `curator = models.ForeignKey(...)` and remove `many=True` from **RecordSerializer**, just to make sure that drf_writable_nested package works. It does and the object and relation in created...
I managed to instantiate by declaring the model as `managed = False` in the **Meta** class and leaving `abstract` to `False`. What this does, is that it actually creates a...
> Hi @jdogburck Alex is right, if you want an instance from your ontology to appear in the Datagraph after inoculation, you must tag it as class `owl:NamedIndividual` in your...
inoculation also drains the memory, if you need to include a bunch of them
@ajnelson-nist I've been using several skos:Concept rdf files. They do not tag owl:NamedIndividual anywhere, which makes them useless for my shacl rules, when using pyShacl. I had tried Apache Jena...