diff --git a/gobotany/settings.py b/gobotany/settings.py index 7eeea39de..b13d5d2b0 100644 --- a/gobotany/settings.py +++ b/gobotany/settings.py @@ -21,6 +21,9 @@ 'gobotany-dev.herokuapp.com', 'gobotany-staging.herokuapp.com', 'gobotany-prod.herokuapp.com', + 'localhost', + '127.0.0.1', + '0.0.0.0' ] TEMPLATES = [ diff --git a/setup.py b/setup.py index 213113130..2db5fc3e3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages requirements = [ - 'django==1.10.1', + 'django==1.10.7', 'Pillow==3.3.1', 'bleach==1.4.3', @@ -14,7 +14,7 @@ 'django-tinymce==2.3.0', 'inflect', 'lxml==3.5.0', - 'psycopg2>=2.4.5', + 'psycopg2==2.6.2', 'python-memcached', 'pytz', 'tablib==0.9.11',