Skip to content

AttributeError: 'Settings' object has no attribute 'FREERADIUS_RADCHECK_SECRET_MIN_LENGTH' #6

@heitormsouza

Description

@heitormsouza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions