tricosmo / landlords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Properties Management System

This python package provides a basic django admin to create users including landlords and tenants, estates and contract. Also provides RESTFul API and a cron job to send notification when contract is about to end

Installation

make setup

Run

make run  # run the server only
make run-all  #setup crontab and run the server 

How to Use

When server is up, browse localhost:8000/admin to play the admin site with credential admin/landlady, or go to localhost:8000 to try the API.

Testing

make test

About

License:GNU General Public License v2.0


Languages

Language:Python 95.5%Language:Makefile 4.5%