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.
- Install Python
- Install Django. If you have pip:
pip install Django - Clone this repository:
git clone https://github.com/rnevius/minimal-django.git - Switch to the project directory:
cd minimal-django - Run the development server:
python minimal.py runserver - Open a browser to
http://127.0.0.1:8000/