mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
a bit less verbosity -- this gets imported a lot if you're using runserver
This commit is contained in:
parent
62f43b97d2
commit
cf8cf00f94
1 changed files with 3 additions and 2 deletions
|
|
@ -57,8 +57,9 @@ def query2str(items):
|
|||
return '\n'.join(['%s=%s' % (k, v) for k,v in items])
|
||||
|
||||
log = logging.getLogger(LOGGER)
|
||||
log.info('AXES: BEGIN LOG')
|
||||
log.info('Using django-axes ' + axes.get_version())
|
||||
if VERBOSE:
|
||||
log.info('AXES: BEGIN LOG')
|
||||
log.info('Using django-axes ' + axes.get_version())
|
||||
|
||||
def get_user_attempt(request):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue