{% extends "layouts/main.html" %} {% block title %} Myte - Simple Flask {% endblock %} {% block content %}

Myte + Flask

⚡ Your application is running smoothly

Please do take a look at your files 📑 and make changes 🛠 as your desire.

There are files your should take a critical look at for proper configuration 🤿 to suit what you want.

  • ✍🏾 server.py & config.py - Entry point & Configurations.
  • ✍🏾 forms/ - Defines forms for project.
  • ✍🏾 resources/ & routes/ - Logics/functions & routes.
  • ✍🏾 models/ - Defines your database tables.

Thank you for using Myte 👌🏾

{% endblock %}