Commit 0c5a965f authored by Administrator's avatar Administrator

[INIT] adding new init.

parent 4e4607ca
...@@ -82,6 +82,13 @@ except Exception as error: ...@@ -82,6 +82,13 @@ except Exception as error:
typeDoc = NodeType(name='Synonyme') typeDoc = NodeType(name='Synonyme')
typeDoc.save() typeDoc.save()
try:
typeDoc = NodeType.objects.get(name='Cooccurrence')
except Exception as error:
print(error)
typeDoc = NodeType(name='Cooccurrence')
typeDoc.save()
# In[33]: # In[33]:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment