Administration web interface and REST API for freeradius 3 build in django & python, development has moved to openwisp-radius
WARNING: The development of this project has moved to
openwisp-radius_, we advise all users of django-freeradius to follow the tutorial below to migrate their existing database:
.. code-block:: shell
# Go to the django-freeradius 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 auth.permission > permission.json python manage.py dumpdata contenttypes > contenttype.json python manage.py dumpdata sites > site.json python manage.py dumpdata socialaccount > social.json python manage.py dumpdata django_freeradius > freeradius.json pwd # copy output of the command
Setup openwisp-radius_
Use the upgrader script_:
.. code-block:: shell
# In the openwisp-radius repository python tests/manage.py upgrade_from_django_freeradius --backup
For any support, please reach out to us on
the chat channel on gitter_ or
use the mailing list_.
The development of django-freeradius is discontinued and this repository is archived.