Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 320 Bytes

Django Dashboard

Steps To Use This Django Dashboard

  • Clone this repository in a folder on local pc.

    git clone https://github.com/Salmankotakuth/Django-Dashboard.git
    
  • Install Django

    pip install django
    
  • Start the Server

    python manage.py runserver