Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 462 Bytes

PROJECT FOR LANDLORDS TO MANAGE THEIR PROPERTIES

This project aims to be a user-friendly platform for landlords to manage their properties.

Key Features

  • Manage properties
  • Manage Tenants
  • Manage Houses

Getting Started

  1. Git clone
  2. Navigate propertypro dir in terminal then run $ code .
  3. Run: $ Python -m venv envname - To create virtual env Run in terminal
  4. Run: $ pip install -r requirements.txt
  5. Run: $ python manage.py runserver