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.
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
python manage.py runserver