Changes between Version 2 and Version 3 of Ticket #27596
- Timestamp:
- Dec 13, 2016, 10:05:17 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27596 – Description
v2 v3 1 1 I get the following error when using LiveServerTestCase along with lettuce: 2 2 {{{ 3 3 Traceback (most recent call last): 4 4 File "./manage.py", line 22, in <module> … … 19 19 raise cls.server_thread.error 20 20 socket.error: [Errno 98] Address already in use 21 21 }}} 22 22 To reproduce the bug I've attached my Django project that can be run. 23 23