Skip to content

mervegundogmus/Django-E-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bfff2dd · Mar 22, 2022

History

49 Commits
Aug 24, 2020
Aug 16, 2020
May 31, 2021
Aug 24, 2020
Aug 23, 2020
Aug 23, 2020
Aug 24, 2020
Aug 23, 2020
Mar 22, 2022
Aug 24, 2020
Aug 7, 2020

Repository files navigation

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