"Demo release"

This commit is contained in:
2017-11-25 09:18:10 +01:00
parent e0eb103c7a
commit 42393a60cd
8 changed files with 263 additions and 97 deletions

View File

@@ -0,0 +1,11 @@
{% extends "index.html" %}
{% block main %}
<article class='right'>
<h3>Accessing database</h3>
<p>
Even if using <a href='http://flask-sqlalchemy.pocoo.org/2.3/'>Flask-SQLAlchemy</a> to retrieve data
stored in <strong>Postgres</strong> databases is the recommended way to use <strong>TetaWebApp</strong>,
you're free to use the database connector that suit your need.
</p>
</article>
{% endblock %}