Django template for deployment in Heroku with database in postgresql and static files in Amazon S3
To use this project, follow these steps:
- Install all the requirements (pip install -r requirements.txt).
- Set AWS variables: AWS_STORAGE_BUCKET_NAME, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY.
- Set database parameters.
$ git init
$ git add -A
$ git commit -m "Initial commit"
$ heroku create name-of-my-app
$ git push heroku master
$ heroku run python manage.py migrate