Skip to content

Commit

Permalink
remove debuf
Browse files Browse the repository at this point in the history
  • Loading branch information
reedlabotz committed Apr 21, 2012
1 parent d096e55 commit 6222407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/app.py
Expand Up @@ -7,9 +7,9 @@


app = Flask(__name__)
app.debug = True
#app.debug = True
app.config['SQLALCHEMY_DATABASE_URI'] = os.environ.get('DATABASE_URL')
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:////tmp/test.db'
#app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:////tmp/test.db'
db = SQLAlchemy(app)

class Color(db.Model):
Expand Down

0 comments on commit 6222407

Please sign in to comment.