Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 365 Bytes

Django tutorial

A very simple Django project that provides information about states.

Required Software and Frameworks

Used python 3.10 and Django 4.0

Getting Started

  • Installation

    pip install Django
  • Start Server

    python manage.py runserver

Then the project will run on localhost