Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.54 KB

File metadata and controls

50 lines (34 loc) · 1.54 KB

Screenshot from 2024-03-14 13-09-15

Screenshot from 2024-03-14 13-09-55

Screenshot from 2024-03-14 13-10-59 Screenshot from 2024-03-14 13-11-33

Built With

Tools, libraries and resources used:

fork or clone

git clone url  

some of MySQL used commands

SHOW DATABASES;  
SHOW TABLES;  
eg  
SELECT * FROM listings_listing;  

How to Run the real estate project:

source venv/bin/activate    
python manage.py runserver  

start django project

(venv)django-admin startproject projectName .
(venv)python manage.py startapp appName

By Rodgers Mogaka