Git Product home page Git Product logo

arunkumaruniqueoutlook / django-freeradius Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openwisp/django-freeradius

0.0 0.0 0.0 615 KB

Administration web interface and REST API for freeradius 3 build in django & python, development has moved to openwisp-radius

Home Page: http://openwisp-radius.readthedocs.io

License: Other

Shell 0.02% JavaScript 1.74% Python 97.73% CSS 0.24% HTML 0.26%

django-freeradius's Introduction

django-freeradius

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:

  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-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
  1. Setup openwisp-radius
  2. Use the upgrader script:
# In the openwisp-radius repository
python tests/manage.py upgrade_from_django_freeradius --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-freeradius is discontinued and this repository is archived.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.