Fixed config
- config didn't work now it's working properly - it takes config from envirionment variable FLASK_CONFIG - if no such variable exists it uses Development config as default
This commit is contained in:
5
app/templates/pages/index.html
Normal file
5
app/templates/pages/index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "layouts/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
Hello
|
||||
{% endblock %}
|
Reference in New Issue
Block a user