Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.46 KB

README.md

File metadata and controls

74 lines (47 loc) · 1.46 KB

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