0
Is there a way we can delay the django development server?
I need to delay responses from the backend, in order to implement custom loaders the right way, but the responses are too fast, I can't even see the loaders, so I was wondering maybe if there was a way to delay the dev server responses
1 Respuesta
0
You can use time.sleep() from time module