arocks / heroku-example

Example of a Django project ready for deploying to Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Python 96.4%Language:HTML 2.7%Language:CSS 1.0%