Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 397 Bytes

Minimal Django

A "Hello World" for Django...Because Django can be nearly as simple as Flask.

The aim of this repository is to highlight the fact that a Django project, when simplified down to the bare essentials, can be nearly as minimal as a micro-framework application.

To run it:

  1. Clone this repository
  2. python minimal.py runserver
  3. Open a browser to http://127.0.0.1:8000/