Add a simple module for storing and retrieving settings from the

config database.
This commit is contained in:
Dave Page
2015-02-03 11:48:15 +00:00
parent e4bec5ad1e
commit afd5626fe4
4 changed files with 93 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ from flask import Flask
from flask.ext.sqlalchemy import SQLAlchemy
from flask.ext.security import Security, SQLAlchemyUserDatastore
from flask.ext.security.utils import encrypt_password
from settings_model import db, Role, User
from settings.settings_model import db, Role, User
import getpass, os, random, sys, string