Deadly simple and easy to use money split app.
Project description
Welcome to django-together
Description
Tired of pseudo-free money split apps with tons of advertisements? Then launch your own little money split project with django-together and share expenses with friends and family using a super simple and easy to use django application based on a well configured django admin backend.
Setup
Install via pip:
pip install django-together
Add together to your INSTALLED_APPS:
INSTALLED_APPS = [
'together',
...
]
Getting started
Feel free to use the example project. (Actually it is all you need for a fully functional money split application.)
Start it with:
python example/manage.py loaddata example/fixtures/testdata.json
python example/manage.py changepassword admin # Choose your password
python example/manage.py runserver
Then check it out by visiting localhost:8000.
Usage
Each user creates expenses when needed and choose the users to share the expense with.
If you want to checkout the balance, just click the add calculation button and you will be shown a handy overview about who owes what to whom.
Save the calculation if your done dealing with the money. Open expenses will be tied to this calculation then and won't be regarded in further calculations.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_together-1.0.tar.gz.
File metadata
- Download URL: django_together-1.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07d81f2fda40dc70d8c26223ffcb189b9ddee4584cd8eec18ff89511e2691fb2
|
|
| MD5 |
d66ca4534bbdb3dc2255aa03f65b4b22
|
|
| BLAKE2b-256 |
c208d7bfbe70057087875a472f77622e322be11a371e75dd58a4190d73ce8724
|
File details
Details for the file django_together-1.0-py3-none-any.whl.
File metadata
- Download URL: django_together-1.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bfd32375a5ec85d443e9e1f7a88b4a4a7d70d2867dfbdc8fc62c080e4e9c4d1
|
|
| MD5 |
fd8e93b3728e1efdfbd4e61058baf25c
|
|
| BLAKE2b-256 |
fd859a69581d88ba3e4a7f69d003c6c0bd16437dbba3a8ae1e11567c053deb6a
|