From 39f3f8a2d37eb68a00f797902a83081fb2239ff0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 5 Dec 2020 13:19:11 +0100 Subject: [PATCH] [ula] add import hint --- content/u/projects/ipv6ula/contents.lr | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/u/projects/ipv6ula/contents.lr b/content/u/projects/ipv6ula/contents.lr index 6c9b586..ed1eeff 100644 --- a/content/u/projects/ipv6ula/contents.lr +++ b/content/u/projects/ipv6ula/contents.lr @@ -12,6 +12,9 @@ powering [The IPv6 ULA registry](https://ula.ungleich.ch). ipv6ula is FOSS and its source code can be found on [code.ungleich.ch](https://code.ungleich.ch/ungleich-public/ipv6ula/). +You can review the development from the +[Hack4Glarus](https://hack4glarus.ch) +in the [redmine ticket](https://redmine.ungleich.ch/issues/8673). ## How to install @@ -21,6 +24,12 @@ ipv6ula is FOSS and its source code can be found on * Modify settings as needed * Install requirements using `pip install -r requirements.txt` +## How to import the old sixxs database + +``` +python manage.py import_sixxs_prefixes +``` + ## How to run It is a standard Django app, so you can use uwsgi