Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 622 Bytes

Real Estate

This project is a real estate agent site controlled by admin where homeowners who are members of the system can add advertisements and rent a house.

Before running this project you need install below list apps and packages

Install Python 3.7 or above -> https://www.python.org/
Install Pip -> python get-pip.py

pip install Django
pip install django-admin-thumbnails
pip install django-ckeditor
pip install django-currencies
pip install django-mptt
pip install Pillow

For running

python manage.py runserver

Home Pages

github