Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Lots of lesson editor bud fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrae committed Dec 30, 2013
1 parent 919b00a commit 8cca432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
branches:
only:
- staging
- master
language: python
python:
- '2.7'
Expand Down
2 changes: 1 addition & 1 deletion bizfriendly/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

heroku = Heroku(app) # Sets CONFIG automagically
app.config.update(
DEBUG = True,
# DEBUG = True,
# SQLALCHEMY_DATABASE_URI = 'postgres://hackyourcity@localhost/howtocity',
# SQLALCHEMY_DATABASE_URI = 'postgres://postgres:root@localhost/howtocity',
# SECRET_KEY = '123456'
Expand Down

0 comments on commit 8cca432

Please sign in to comment.