-1👍
Use a threading.Thread
to schedule a continuous event loop. In your thread, use time.sleep
to create a gap before the next occurrence of the event.
- [Answer]-Issue with pip installing django in ubuntu server virtualenv
- [Answer]-Traceback error: Django dictionary
- [Answer]-Recursetree code not working
- [Answer]-Django – ./manage.py defaults to python 2.x
Source:stackexchange.com