Changes between Initial Version and Version 1 of Ticket #29305


Ignore:
Timestamp:
Apr 9, 2018, 10:35:21 AM (6 years ago)
Author:
Santiago García
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29305 – Description

    initial v1  
    2828  {{{#!python
    2929import requests
    30 requests.get('http://localhost:47256/admin')
     30requests.get('http://localhost:47256/admin') # replace 47256 with whatever port number the LiveServerTestCase picked
    3131  }}}
    3232
Back to Top