luomi16 / djangoProject

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:CSS 47.1%Language:HTML 31.5%Language:Python 21.3%Language:JavaScript 0.1%