You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the installation procedure, encountered the following error:
File "/root/django-freeradius-manager/freerad_manager/django_freeradius/forms.py", line 23, in RadiusCheckAdminForm
min_length=settings.FREERADIUS_RADCHECK_SECRET_MIN_LENGTH,
File "/root/django-freeradius-manager/env/lib/python3.8/site-packages/django/conf/init.py", line 83, in getattr
val = getattr(self._wrapped, name)
AttributeError: 'Settings' object has no attribute 'FREERADIUS_RADCHECK_SECRET_MIN_LENGTH'
Environment: ubuntu server 20.04
Thanks
The text was updated successfully, but these errors were encountered:
Following the installation procedure, encountered the following error:
File "/root/django-freeradius-manager/freerad_manager/django_freeradius/forms.py", line 23, in RadiusCheckAdminForm
min_length=settings.FREERADIUS_RADCHECK_SECRET_MIN_LENGTH,
File "/root/django-freeradius-manager/env/lib/python3.8/site-packages/django/conf/init.py", line 83, in getattr
val = getattr(self._wrapped, name)
AttributeError: 'Settings' object has no attribute 'FREERADIUS_RADCHECK_SECRET_MIN_LENGTH'
Environment: ubuntu server 20.04
Thanks
The text was updated successfully, but these errors were encountered: