Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 324 Bytes

minimal-django

A lightweight Django server.

Getting Started

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