mirror of
https://github.com/django/daphne.git
synced 2025-04-20 16:52:03 +03:00
Remove unnecessary profane word in the documentation (#499)
This commit is contained in:
parent
e07389eadb
commit
f4d38ef778
|
@ -153,8 +153,8 @@ For example::
|
|||
|
||||
def test_rooms(self):
|
||||
client = HttpClient()
|
||||
user = User.objects.create_user(username='test', email='test@test.com',
|
||||
password='123456') # fuck you security
|
||||
user = User.objects.create_user(
|
||||
username='test', email='test@test.com', password='123456')
|
||||
client.login(username='test', password='123456')
|
||||
|
||||
client.send_and_consume('websocket.connect', '/rooms/')
|
||||
|
|
Loading…
Reference in New Issue
Block a user