--reload
flag on the serve command. Now the server will automatically restart when it detects a file change. You can use the -r
flag as a shorthand:AUTOLOAD
constant in your config/application.py
file and it will automatically load all classes into the container. This is great for loading command and models into the container when the server starts up.PROVIDERS
list.Request.redirectTo
to Request.redirect_to
Request.get_request_method()
method to the Request
class.config/providers.py
. This completely removes the need for string providers and boosts the performance of the application sustantially