Changes between Initial Version and Version 1 of Ticket #27596, comment 11


Ignore:
Timestamp:
Dec 14, 2016, 9:51:50 AM (7 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27596, comment 11

    initial v1  
    33For 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.
    44
    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.
     5Django'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.
Back to Top