A lightweight Django server.
- Clone this repository and switch to the project directory:
git clone https://github.com/iSuperMostafa/minimal-django.git && cd "$_"
- Install Django:
pip install Django
. - run development server:
python django.py runserver
.