It's more complicated than that, you need to install django-freeradius and openwisp-radius (eg: pip install https://github.com/openwisp/openwisp-django-freeradius/tarball/master and do the same for openwisp-radius), modify the django settings.py file to add the settings to add openwisp_radius to the INSTALLED_APPS, plus configure any of the settings of django-freeradius, install and configure the freeradius server and so on.
Federico On Thu, Feb 14, 2019 at 3:50 AM andreil1 <[email protected]> wrote: > Hi, Federico, > > Thanks for explanation. > > So, basically I'm need: > 1) Install django-freeradius as per instruction on project page. > https://django-freeradius.readthedocs.io/en/latest/general/setup.html > > 2) run setup.py from openwisp-radius archive. > > Is that correct ? > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
