You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
Here's a step by step guide on how to change the javascript options passed to `netjsongraph.js
284
-
<https://github.com/netjson/netjsongraph.js>`_, remember to replace ``<project_path>`` with the
296
+
Here's a step by step guide on how to change the javascript options passed to `netjsongraph.js <https://github.com/netjson/netjsongraph.js>`_, remember to replace ``<project_path>`` with the
285
297
absolute filesytem path of your project.
286
298
287
299
**Step 1**: create a directory in ``<project_path>/templates/netjsongraph``
@@ -350,8 +362,8 @@ This example provides an example of how to extend the base models of
350
362
351
363
from django_netjsongraph.base.link import AbstractLink
352
364
from django_netjsongraph.base.node import AbstractNode
365
+
from django_netjsongraph.base.snapshot import AbstractSnapshot
353
366
from django_netjsongraph.base.topology import AbstractTopology
354
-
355
367
# the model ``organizations.Organization`` is omitted for brevity
356
368
# if you are curious to see a real implementation, check out django-organizations
0 commit comments