answering myself here: i just realized if i start the server from the commandline, code gets automatically reloaded when changes in python files occur :)
answering myself here: i just realized if i start the server from the commandline, code gets automatically reloaded when changes in python files occur :)
Yep, if only making changes to the __init__.py then the framework will detect it.
I always, when developing, have a print statement in the start function, so I know when a reload of my code has happened