Skip to content

gilsondev-archive/django-heroku-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-heroku-template

Project template used for projects that use Heroku.

How To Install

django-admin.py startproject --template=https://github.com/gilsondev/django-heroku-template/zipball/master --extension=py,rst,dev --name Procfile project_name

Dependencies

  • Django==1.5.1
  • South==0.7.6
  • Unipath==1.0
  • dj-database-url==0.2.1
  • gunicorn==0.17.4
  • pytest-django==2.3.0

Using bootstrap-django-heroku

bootstrap-django-heroku is a fork of the virtualenv-bootstrap which creates the virtual environment and installs the dependencies in the file requirements.txt in the folder bootstrap.

  1. Checkout project bootstrap-django-heroku:
$ git clone [email protected]:gilsondev/bootstrap-django-heroku.git project_name
  1. Bootstrap the development environment:
$ cd project_name
$ python bootstrap
  1. Activate environment:
$ source bin/activate
  1. Create project:
$ django-admin.py startproject --template=https://github.com/gilsondev/django-heroku-template/zipball/master --extension=py,rst,dev --name Procfile project_name .

About

Project template used for projects that use Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages