Skip to content

Pishgard/Real-Estate-Django

Repository files navigation

Real-Estat-Django

A real estate listings website built with python django bootstrap.

A simple, reponsive website. Built with:

  • Python
  • Django
  • Bootstrap 4
  • JQuery

If you are new to Django, checkout the Django 3.x Cheat Sheet

How to run this project

  1. Clone the project
git clone https://github.com/Pishgard/Real-Estat-Django.git
  1. Make sure you are in Real-Estate-Django-Persian folder

  2. Install all dependencies

pip install -r requirements.txt
  1. Install PostgreSQL

  2. Run Migrations

python manage.py makemigrations
python manage.py migrate
  1. Run Server
python manage.py runserver