{% 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.

  • ✍🏾 app.py - App entry point, Routes & logic definition.
  • ✍🏾 config.py - All configuration (security & database)
  • ✍🏾 .env - Environment variable.
  • ✍🏾 models.py - Defines your database tables.

Thank you for using Myte 👌🏾

{% endblock %}