/Django-RealEstate-Project

It is django project with user registeration and management. It has user Dashboard and customised admin panel. It has form submission and email functionality integrated into it

Primary LanguageCSS

Django-RealEstate-Project

It is django project with user registeration and management. It has user Dashboard and customised admin panel. It has form submission and email functionality integrated into it.

INSTRUCTIONS TO RUN THE PROJECT ON LOCALHOST:

Clone this repo. Then follow these instructuons. -

  1. Install pipenv
pip install pipenv
  1. Activate the venv
pipenv shell
  1. Install the dependencies
pipenv install
  1. Start the django server
python manage.py runserver