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.
- Clone this repository
python minimal.py runserver
- Open a browser to
http://127.0.0.1:8000/