Prince Khunt
Prince Khunt
So you'll show toast on each keystroke or on final hit ?
Button is set to be disabled till a valid username (of friend) is entered. You can enable it, and show toast if, a username is not valid. is this your...
Because you're running development server with `DEBUG=True` in settings. Could you check the same behaviour on production at [https://privateping.bytespot.tech](https://privateping.bytespot.tech) ?
Kindly make PR before End of the day, else issue will be open to all to be assigned.
There are many errors. 1. I cannot find button on anywhere on the page. 2. If I manually call the function `toggleMode()`, nothing happens.
We already have URL to add friend directly, currently we call this URL by the connect user form only. However, anyone can directly add friend by calling this endpoint. For...
Hi @venzen channels config is picked by [django channels](https://channels.readthedocs.io/en/latest/) from settings. Read more about it from [the documentation](https://channels.readthedocs.io/en/latest/tutorial/part_2.html). The value of REDIS_URL is defined in environment variables for the security...