Skip to content

nitinbhardwaj297/django-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django "Hello World" App

A Django web app that says "Hello World!", deployed on Heroku.

As an example of how to build a new Django app and deploy it on Heroku.

Corresponding blog posts:-

Setup

pip install -r requirements

Usage

Development

python manage.py runserver

The app is running on http://localhost:8000/

Production Deployment on Heroku

See corresponding blog post.

About

A Django web app that says "Hello World!", deployed on Heroku.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.0%
  • HTML 17.3%
  • Procfile 0.7%