Skip to content

Listing Portal is a property listing site developed in Django. Which have login, signup, list of house. Admin can assign a realtor for every house. User can contact with the realtor about the house etc.

Notifications You must be signed in to change notification settings

Sany07/Real-Estate-Portal-Django

Repository files navigation

Property Listing Platform

Django Property Listing Platform.

Live: Demo

Installation

open terminal and type
https://github.com/Sany07/Property-Listing-Portal-Django.git

or simply download using the url below
https://github.com/Sany07/Property-Listing-Portal-Django.git

Install requirements

pip install -r requirements.txt

Database

Set the database from settings.py

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

Collects all static files in your apps

python manage.py collectstatic

Run the server

python manage.py runserver

Settings Window

Settings Window

Settings Window

Settings Window

========Thank You=========

About

Listing Portal is a property listing site developed in Django. Which have login, signup, list of house. Admin can assign a realtor for every house. User can contact with the realtor about the house etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published