Is there a way we can delay the django development server? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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

28th Jul 2020, 10:27 AM
prime omondi
prime omondi - avatar
1 Réponse
0
You can use time.sleep() from time module
28th Jul 2020, 10:47 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar