FROM python:3.4

RUN pip install django==1.8

RUN django-admin startproject mysite

CMD /bin/bash

-----------------
apt-get update
apt-get install nano
------------------

pip install psycopg2
-------------------
##install postgres
apt-get install postgresql postgresql-contrib

error_message
django.db.utils.OperationalError: could not connect to server: Connection refused
	Is the server running on host "127.0.0.1" and accepting
	TCP/IP connections on port 5432?

