/djangoProject

A Real Estate website built using Django, Bootstrap and PostgreSQL.

Primary LanguageCSS

A Real Estate website built using Django, PostgreSQL and Bootstrap.

How to run this code locally

  1. clone this project to your local folder git clone

  2. Use conda to manage your dependeices and packages conda create --name mydjangoenv python=3.8

  3. Activate the conda env conda activate mydjangoenv

  4. Install Django conda install django or pip install django (Install the necessary python packages using pip: pip install -r requirements.txt)

  5. python manage.py runserver