This adds the ability for sheer to use standalone Flask modules (more specifically, blueprints), loaded in via a blueprints.json file in the site's _settings folder.
To test it out, install the following packages inside your virtual environment:
If all goes well, you should be able to go to the URL /form-test/ and get a success message, confirming the fact that the blueprint was loaded in, and the URL routes were setup.
This adds the ability for sheer to use standalone Flask modules (more specifically, blueprints), loaded in via a blueprints.json file in the site's _settings folder.
To test it out, install the following packages inside your virtual environment:
Next, add the following to _settings/blueprints.json in your site:
If all goes well, you should be able to go to the URL /form-test/ and get a success message, confirming the fact that the blueprint was loaded in, and the URL routes were setup.