Skip to content

A real estate listings website built with python django - full featured real estate website. that let user find properties in the preferred cities or neighborhood and also let realtor list their properties

nimadorostkar/Django-Real-Estate

Repository files navigation

Real Estate Django Web App

A simple, real estate reponsive website listings built with django.
A full featured real estate website. that let user find properties in the preferred cities or neighborhood and also let realtor list their properties
LF Real Estate is ready to make your real estate website faster, safer and better!

Features

  • There are realtors
  • There are best sellers
  • You can by your house/flat
  • You can sell your house/flat
  • User-friendly.

How to run this project

  1. Clone the project
git clone https://github.com/nimadorostkar/Django-RealEstate.git
  1. Make sure you are in Django-RealEstate folder

  2. Active virtual environment (env)

source env/bin/activate
  1. install requirements
pip install -r requirements.txt
  1. Run Migrations
python manage.py makemigrations
python manage.py migrate
python manage.py migrate --run-syncdb
  1. Run Server
python manage.py runserver
  1. And Creating an admin user (superuser)
python manage.py createsuperuser

Screenshots

Home

Items

Admin

Admin

About

A real estate listings website built with python django - full featured real estate website. that let user find properties in the preferred cities or neighborhood and also let realtor list their properties

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published