Requests index rendering

This commit is contained in:
richard-dds
2018-08-01 14:17:43 -04:00
parent 3a53fc122d
commit 4ee662665e
8 changed files with 164 additions and 42 deletions

View File

@@ -1,4 +1,7 @@
from flask import Blueprint, render_template, g
import pendulum
from atst.domain.requests import Requests
bp = Blueprint("atst", __name__)