1.25.0
Improvements to Piccolo app creation. When running the following:
piccolo app new my_appIt now validates that the app name (my_app in this case) is valid as a Python package.
Also, there is now a --register flag, which automatically adds the new app to the APP_REGISTRY in piccolo_conf.py.
piccolo app new my_app --registerOther changes: