25 lines
805 B
Markdown
25 lines
805 B
Markdown
[](https://travis-ci.com/har0ke/tallybill)
|
|
[](https://coveralls.io/github/har0ke/tallybill?branch=master)
|
|
|
|
|
|
# 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/ |