ns5d

Results 2 issues of ns5d

How create two (or more) configuration? https://django-simple-captcha.readthedocs.io/en/latest/advanced.html#configuration-toggles Example, for admin form (hard captcha) and for user form (lite captcha).

target := log.NewConsoleTarget() target.MaxLevel = log.ParseLevel(os.Getenv("LOG_LEVEL")) logger.Targets = append(logger.Targets, target)