Simple question really
./manage.py runserver
Can I slow down localhost:8000 on my development machine so I can simulate file uploa
localhost:8000
If you want to slow things down across all requests a very easy way to go would be to use ngrok https://ngrok.com/ . Use the ngrok url for requests then connect to a vpn in another country. That will make your requests really slow.