Simple question really
./manage.py runserver
Can I slow down localhost:8000 on my development machine so I can simulate file uploa
localhost:8000
depending on where you want to simulate such you could simply sleep?
from time import sleep sleep(500)