Chace Hershkowitz

Results 3 comments of Chace Hershkowitz

Hello, Iv also run into this issue, During testing, i can see that my DB is being created and migrations are being added. However, when connecting with selenium to daphne,...

Quick solution, but can probably be better implemented - In ChannelsLiveServerTestCase Change ProtocolServerProcess = CustomDaphneProcess Override the run function in DaphneProcess to modify your database config class CustomDaphneProcess(DaphneProcess): #We just...