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
Hello,
I am using macOS Monterey version 12.6, and I am using a virtual environment with python 3.11. I am using ChannelsLiveServerTestCase
I am unable to properly load my fixtures because when I use selenium to login, I receive a user denied user error.
Here is my test class.
Hello,
I am using macOS Monterey version 12.6, and I am using a virtual environment with python 3.11. I am using
ChannelsLiveServerTestCase
I am unable to properly load my fixtures because when I use selenium to login, I receive a user denied user error.
Here is my test class.
I further inspected this bug and found that the when the Daphne server is started, a new instance of the Django ModelBackend is created.
The text was updated successfully, but these errors were encountered: