openwisp / django-freeradius

Administration web interface and REST API for freeradius 3 build in django & python, development has moved to openwisp-radius
http://openwisp-radius.readthedocs.io
Other
365 stars 87 forks source link

[docs] Clarify django application must be running before starting freeradius #223

Closed nemesifier closed 5 years ago

nemesifier commented 5 years ago

In the freeradius installation and configuration doc page it is not stated explicitly that the django application must be running before freeradius is started. This implicit assumption is throwing new users off track as shown by this post: https://groups.google.com/d/msg/openwisp/UvK23cJW_3k/1DCvk0EKDgAJ

We should add one or more notes regarding this, probably a note in the debugging section would also help.

YashJipkate commented 5 years ago

@nemesisdesign I opened a PR in this regard.