Skip to content

mervegundogmus/Django-E-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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