Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

openwisp/django-netjsongraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f6f5a9 · Jun 26, 2020
Jun 4, 2020
Dec 23, 2015
Jun 2, 2020
Oct 4, 2015
Jun 26, 2020
Jan 15, 2018
Jun 2, 2020
Jun 4, 2020
Jan 5, 2016
Jan 4, 2016
May 18, 2017
Jun 26, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jun 2, 2020
Jul 10, 2017

Repository files navigation

django-netjsongraph

WARNING: The development of this project has moved to openwisp-network-topology, we advise all users of django-netjsongraph to follow the tutorial below to migrate their existing database:

  1. Take a backup of your database.
  2. Create JSON backup of data that's required for migration with the following command:
# Go to the django-netjsongraph repository (or installed app)
cd tests/
python manage.py dumpdata auth.user > user.json
python manage.py dumpdata auth.group > group.json
python manage.py dumpdata django_netjsongraph > netjsongraph.json
python manage.py dumpdata auth.permission > permission.json
python manage.py dumpdata contenttypes > contenttype.json
pwd # copy output of the command
  1. Setup openwisp-network-topology
  2. Use the upgrader script:
# In the openwisp-network-topology repository
python tests/manage.py upgrade_from_django_netjsongraph --backup <output-copied-in-step-2>

For any support, please reach out to us on the chat channel on gitter or use the mailing list.

The development of django-netjsongraph is discontinued and this repository is archived.