{% extends "layout.html" %} {% block body %}

This is demo application that shows Flask-Mongoengine features and integrations.

Feel free to open Flask debug toolbar after any action to check executed database requests.

If you use this application for first time, it is good idea to generate some fake data.

Data will be generated inside docker container database. Two databases will be used to show Flask Debug Panel integration capabilities.

You can also delete all data, to test forms only.

{% if message %}

{{ message }}

{% endif %}
{% endblock %}