openwisp-radius | Administration web interface and REST API | Wifi library
kandi X-RAY | openwisp-radius Summary
kandi X-RAY | openwisp-radius Summary
Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Get routing information
- Get OpenVpn routing table
- Returns the called station setting
- Get OpenVPN management info
- Create permissions for groups
- Creates default permissions for apps
- Get the mapped model
- Load groups
- Returns a list of Permadmins
- Add default group to existing users
- Create a new batch
- Adds default organization settings
- Add a user to the organization
- Upload users from a csv file
- Validate API data
- Handle POST request
- Generate a batch of users
- Create a new phone token
- Send login email
- Create a Radius token
- Validate the field
- Create Radius Accounting
- Validate a phone token
- Handle a Radius Token
- Validate the username and password
- Handle login request
openwisp-radius Key Features
openwisp-radius Examples and Code Snippets
Community Discussions
Trending Discussions on openwisp-radius
QUESTION
I'm new to Django, I am following this guide to setup openwisp-radius https://openwisp-radius.readthedocs.io/en/stable/developer/setup.html
When I go to the browser for any path from urlpatterns I get Page not found (404).
My django version is 3.0, os is Ubuntu 20.04, I installed openwisp-radius-0.2.1
I created a new django project with django-admin startproject testapp, and added code from the guide to settings.py and urls.py
this is my settings.py:
...ANSWER
Answered 2022-Mar-26 at 18:06Try the following:
Access
http://localhost:8000/admin/
andhttp://localhost:8000/api/v1/docs/
Run
./manage.py show_urls
to know all the available URL paths
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install openwisp-radius
You can use openwisp-radius like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page