Changes between Initial Version and Version 1 of Ticket #27596, comment 11
- Timestamp:
- Dec 14, 2016, 9:51:50 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27596, comment 11
initial v1 3 3 For now you can probably fix the error on your end by setting `LETTUCE_SERVER_PORT = '8081-8179'` in your test settings, which is the default range used by Django. 4 4 5 Django's current master has switched to using port 0 , which delegates the choice to the operating system. That should avoid any problems with addresses that are already in use, and it may be a good solution for lettuce to adopt as well.5 Django's current master has switched to using port 0 (#26791), which delegates the choice to the operating system. That should avoid any problems with addresses that are already in use, and it may be a good solution for lettuce to adopt as well.