An open API service indexing awesome lists of open source software.

https://github.com/netmarkjp/heroku_django

Django application in Heroku
https://github.com/netmarkjp/heroku_django

Last synced: 9 months ago
JSON representation

Django application in Heroku

Awesome Lists containing this project

README

          

what's done in installation script
------------------------------------------
1. virtualenv
2. install django 1.3 with pip
3. install psycopg2 with pip
4. install gunicorn with pip
5. create new django project
6. rewrite settings.py for heroku
7. rewrite settings.py for japanese in japan
8. create git repository
9. create application in heroku
10. push application

usage
------------------------------------------
curl -O https://raw.github.com/netmarkjp/heroku_django/master/setup.sh
setup.sh

or

bash -c "$(curl https://raw.github.com/netmarkjp/heroku_django/master/setup.sh)" -