IntroductionΒΆ
Websauna uses a local development workflow.
Developers install and run Python and Websauna on their local computer (see tutorial)
The development happens with a local development web server that automatically reloads edited code and there is no need to manually start and stop a server
The local development web server has development, diagnostic and debugging extras enabled like pyramid_debugtoolbar, outgoing email echo to console
The local development web server refuses to start if your Modelling with SQLAlchemy do not match the current database layout (you have to rerun migrations)