This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import MySQLdb as mdb | |
import MySQLdb.cursors | |
import datetime | |
from flask import Flask, render_template | |
from flask.ext.sqlalchemy import SQLAlchemy | |
import sqlalchemy as sa |