Skip to content

Example of a Django project ready for deploying to Heroku

License

Notifications You must be signed in to change notification settings

arocks/heroku-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Deployment Example

A minimal Django project which shows a page with current date and time.

Check out:

Setup

Use the pipenv tool

$ pip install pipenv
$ cd <proj-dir>
$ pipenv install

Now you need to enter the pipenv shell to run the examples:

$ pipenv shell
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver

Next follow the video to understand the code and deploy.

About

Example of a Django project ready for deploying to Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published