mirror of
https://github.com/django/daphne.git
synced 2025-07-13 01:12:17 +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):
|
def test_rooms(self):
|
||||||
client = HttpClient()
|
client = HttpClient()
|
||||||
user = User.objects.create_user(username='test', email='test@test.com',
|
user = User.objects.create_user(
|
||||||
password='123456') # fuck you security
|
username='test', email='test@test.com', password='123456')
|
||||||
client.login(username='test', password='123456')
|
client.login(username='test', password='123456')
|
||||||
|
|
||||||
client.send_and_consume('websocket.connect', '/rooms/')
|
client.send_and_consume('websocket.connect', '/rooms/')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user