This project aims to be a user-friendly platform for landlords to manage their properties.
- Manage properties
- Manage Tenants
- Manage Houses
- Git clone
- Navigate propertypro dir in terminal then run $ code .
- Run: $ Python -m venv envname - To create virtual env Run in terminal
- Run: $ pip install -r requirements.txt
- Run: $ python manage.py runserver