Hello everyone!

I'm facing a problem with openwisp-radius module. I'm trying to install 
openwisp-radius  in as a stand-alone module to get a Web UI to manage a 
Freeradius 3 installation.

I followed the installation guide 
https://openwisp-radius.readthedocs.io/en/latest/developer/setup.html

I took the following steps:
1) installed openwisp-radius via pip in a python 3 virtualenv
2) created the Django project
3) configured settings.py and urls.py as per the guide
4) started the dev server

When I connect to the server (http://localhost:8000/admin) I get the 
following error:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Page not found (404) Request Method: 
GET Request URL: 
http://localhost:1208/ 

Using the URLconf defined in radius.urls, Django tried these URL patterns, 
in this order: 

   1. accounts/ 
   2. api/v1/ 
   3. radiusbatch/csv/<path:csvfile> [name='serve_private_file'] 

The empty path didn't match any of these. 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Seems the /admin path is missing in the URLs config ...I can't figure out 
what I'm doing wrong.

Do I need to install something else to get the Weg UI?

Can someone give me some hint on what I'm doing wrong?


Thanks a lot to everyone!!

-- 
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 openwisp+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/65c480d6-3f01-4427-b363-050ae8d2b700n%40googlegroups.com.

Reply via email to