initialization.dev#

Functions#

dump_project_metadata(app)

A custom function useful for development purposes.

Module Contents#

initialization.dev.dump_project_metadata(app)[source]#

A custom function useful for development purposes.

This dumps project metadata, including all active routes, into a JSON file that can be used by a text editor (e.g. Vim) to provide navigation from a URL to the python function that handles it.