DEV Community

Discussion on: Django view doesn't output correctly

Collapse
 
highcenburg profile image
Vicente G. Reyes

I'll definitely try this!

I just saw

subprocess.check_call(['ping', '-c', '1', page_object.page])
on stackoverflow so I used. Big lesson for me to understand code before using it.