Skip to content

Django template for deployment in Heroku with static files in Amazon S3

Notifications You must be signed in to change notification settings

enzoruiz/template_heroku_s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template_heroku_s3

Django template for deployment in Heroku with database in postgresql and static files in Amazon S3

How to Use

To use this project, follow these steps:

  1. Install all the requirements (pip install -r requirements.txt).
  2. Set AWS variables: AWS_STORAGE_BUCKET_NAME, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY.
  3. Set database parameters.

Deployment to Heroku

$ 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

About

Django template for deployment in Heroku with static files in Amazon S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages