Re: ChannelsLiveServerTestCase: not posting messages

2023-01-05 Thread Rihhard
I've by now realized this issue is related specifically to Selenium and not Django On Thursday, January 5, 2023 at 8:07:29 PM UTC+2 Rihhard wrote: > Hey everyone > > I followed the channels tutorial here > verbatim, however, > ran into weir

ChannelsLiveServerTestCase: not posting messages

2023-01-05 Thread Rihhard
Hey everyone I followed the channels tutorial here verbatim, however, ran into weird behavior with the test on the last page of the tutorial where the tesst for some reason do not actually post/send the messages and thus fail. If I click o

Accessing Data Linked in One-To-One to Current User from a Table

2023-01-05 Thread G Daniel
Hello All! I need your help. I have a table, PersonWife, that's linked in a one-to-one fashion with the users (using Django's user authentication system). See attached models and admin control panel screenshots. I can get the username of the currently logged in user ( attached screenshots). W