Skip to content

Commit

Permalink
Merge pull request #4 from andela/develop
Browse files Browse the repository at this point in the history
Setup Staging/ Production deployment
  • Loading branch information
NdagiStanley authored Jul 5, 2017
2 parents 1b4a858 + b4cbb00 commit f9123c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions hc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

import os
import warnings
import dj_database_url

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dj-database-url==0.4.2
django-appconf==1.0.1
django-ses-backend==0.1.1
Django==1.10
django_compressor==2.1
django-compressor==2.1
django-ses-backend==0.1.1
djmail==0.11.0
futures==3.0.3
gunicorn==19.7.1
Expand Down

0 comments on commit f9123c9

Please sign in to comment.