Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 990 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 990 Bytes

Django Crash Course - Real Estate

This is a real estate app built using Django 4

Prerequisites

Install the following prerequisites:

  1. Visual Studio Code
  2. Python

Installation

Install required dependencies

From the root directory run:

pip install -r requirements.txt

Run the application

From the root directory run:

python manage.py runserver

View the application

Go to http://localhost:8000/ to view the application.

Screenshots

listings listing create update