Added a comment.

This commit is contained in:
Alexis Lahouze 2013-01-24 01:59:42 +01:00
parent f862c242c5
commit f83f700bd2
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ from flask import Flask
from flask.ext.sqlalchemy import SQLAlchemy
from sqlalchemy.orm import sessionmaker
# The app
app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://accountant:accountant@localhost/accountant'