Skip to content

myklll/django-bootstrap-heroku-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-bootstrap-heroku boilerplate

This is a boilerplate template to kickstart your django/bootstrap template with all the requirements to deploy to heroku in seconds

Usage

Start a new project using this template:

django-admin.py startproject --template=https://github.com/mychell/django-bootstrap-heroku-boilerplate/archive/master.zip --extension=py,gitignore project_name

Install requirements via pip:

pip install -r requirements.txt

Run database migrations:

python manage.py migrate

Test Locally:

python manage.py runserver

Before deploying to heroku

replace project_name in Procfile with actual projectname

-  Now you can run:  $ git add .

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published