tallybill/README.md

805 B

Build Status Coverage Status

Tallybill

An django based tally of shared resource for your community:

  • host can add articles bought
  • enter every consumption on user basis
  • do inventory to consider loss
  • calculate what everybody owes the host

Install Dependencies

Create a new python3 environment and install all dependencies:

pip install -r requirements.txt

Run Development Server

To run the development sever run:

python manage.py runserver

For further information see the official django documentation at https://www.djangoproject.com/