Changes between Initial Version and Version 1 of Ticket #29305
- Timestamp:
- Apr 9, 2018, 10:35:21 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29305 – Description
initial v1 28 28 {{{#!python 29 29 import requests 30 requests.get('http://localhost:47256/admin') 30 requests.get('http://localhost:47256/admin') # replace 47256 with whatever port number the LiveServerTestCase picked 31 31 }}} 32 32