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
$ python manage.py test --settings=djangosnippets.settings.testing
I get the following error
/Users/chriswedgwood/DjangoProjects/djangosnippets.org/venv/lib/python3.8/site-packages/django/contrib/auth/__init__.py:76: UserWarning: No request passed to the backend, unable to rate-limit. Username was 'a'
user = backend.authenticate(request, **credentials)
Its annoying so will look to suppress it
The text was updated successfully, but these errors were encountered:
When running the following
I get the following error
Its annoying so will look to suppress it
The text was updated successfully, but these errors were encountered: