Skip to content

Commit

Permalink
deploying on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadil committed Jul 8, 2016
1 parent 43c74c1 commit 22fdbdd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -88,5 +88,3 @@ ENV/
# Rope project settings
.ropeproject

# databases
*.db
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: python run.py
Binary file added project/database.db
Binary file not shown.
1 change: 1 addition & 0 deletions requirements.in
Expand Up @@ -7,6 +7,7 @@ Flask-WTF==0.11
# deployment requirements
pip-tools==1.6.5
Fabric==1.11.1
gunicorn==19.6.0

# testing requirements
nose==1.3.7
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -17,6 +17,7 @@ Flask-SQLAlchemy==2.1
Flask-WTF==0.11
Flask==0.11.1 # via flask-bcrypt, flask-sqlalchemy, flask-wtf
freezegun==0.3.7
gunicorn==19.6.0
itsdangerous==0.24 # via flask
Jinja2==2.8 # via flask
MarkupSafe==0.23 # via jinja2
Expand Down

0 comments on commit 22fdbdd

Please sign in to comment.