Chace Hershkowitz
Chace Hershkowitz
Is this possible?
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...