Re: Configuring a StaticLiveTestCase Server In A Docker Container

2020-01-22 Thread Dvs Khamele
Hi Roshan, We are Pythonmate, We work extensively on Python, Django, Flask and Js based applications, erps, etc. If any requirements you have please let us know. We may provide good commissions to your company. Because we are looking for a longterm network. Thanks & Regards Divyesh Khamele, Founder

Configuring a StaticLiveTestCase Server In A Docker Container

2019-12-23 Thread 'Ross' via Django users
Hi, I am able to spawn a separate live development server process for a selenium test which inherits from LiveServerTestCase with the following - #globals HTTP = "http://"# ip address of host machine on the default docker network LOCALHOST = settings.HOST_LOCALHOST# port number on host the d