Skip to content

Real estate website which is based on django, specially helpful for those who are curious about buying/selling properties.

Notifications You must be signed in to change notification settings

anksh-singh/Real_Estate_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real_Estate_website

Real estate website which is mainly design and developed by using framework django, specially helpful for those who are curious about buying/selling properties. Screenshot (78)

Descriptions... Screenshot (79)

Login Credentials... Screenshot (80)

Screenshot (81)

Screenshot (82)

Installation Guide

  1. To get this project up and running make sure that Python installed on your computer. Now you have to create a Virtual Environment by using this command:

pip install virtualenv

  1. That will create a new folder env in your project directory. Next activate it with this command on Window: Navigate through that particular project in which you donwloaded that virtual environment and then run the following command.

source env\scripts\activate

  1. Install the project dependencies with:-

pip install -r requirements.txt

  1. Now run the project with this command:-

python manage.py runserver

  1. go to the site https://localhost:8000

About

Real estate website which is based on django, specially helpful for those who are curious about buying/selling properties.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published