Adding sql init to fabfile.

This commit is contained in:
Joshua McKenty
2013-04-17 13:13:47 -07:00
parent cae89bdea5
commit b34c800129
3 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ from flask import Flask, request, render_template, g, jsonify
from contextlib import closing
# TODO(JMC): Make me a config var
# TODO(JMC): Use real schema migrations(!)
DATABASE = '/var/www/refstack/database.db'