* cleanup heroku deploy instrunctions.
* collectstatic is run automaitcally by heroku
* includes 'getting started' section in generated code.
* add 'createsuperuser' explicity, as migrate will not
add them by default. (Until it's fixed in https://github.com/pydanny/cookiecutter-django/issues/39)
Some hopefully usefully instructions to help people get up and running.
Re: Issue #34 On my machine I didn't need to install memcached to successfully install the local requirements.
Re: Issue #39 I've linked to this issue for now. It would be good to remove the need for those steps and then this link can be removed.
* Livereload server.
* Auto compile scss files.
* Heroku python buildpack needs to be specified explicitly to avoid auto detections
of the app as a `Node` app due to presence of `Package.json`.