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
- Host: GitHub
- URL: https://github.com/netmarkjp/heroku_django
- Owner: netmarkjp
- Created: 2012-03-28T13:58:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-31T06:52:43.000Z (about 14 years ago)
- Last Synced: 2025-07-14T21:08:02.391Z (11 months ago)
- Language: Shell
- Homepage: http://netmark.jp/
- Size: 93.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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)" -