Skip to content

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

Notifications You must be signed in to change notification settings

luomi16/djangoProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published