Open rallep71 opened 4 years ago
This repository is only for the Freeradius container that integrates with the django application.
I prefer to address any issues with the django app here - https://github.com/openwisp/django-freeradius. In the mean time, can you tell me what you did to disable debug in django?
I did debugmode in settings.py (django) set on False.
freeradius-django/django-freeradius/tests
import os import sys
import environ
BASE_DIR = os.path.dirname(os.path.abspath(file)) TESTING = sys.argv[1] == 'test'
root = environ.Path(file) - 2 env = environ.Env(DEBUG=(bool, False)) environ.Env.read_env()
DEBUG = False
ALLOWED_HOSTS = []
Ok, is Debug mod True,
i became this go to admin http://0.0.0.0:8000/admin came this
is debug in settings False came this so far so good and admin page this
there are then presentation problems