Django based account manager.
Project description
# Django Accountant
## Quick start
1. Add `"accountant"` to your INSTALLED_APPS setting like this
INSTALLED_APPS = (
…
'accountant',
…
)
2. Add the required settings to your settings.py:
MASTER_ACCOUNT_PK = 1
3. Run `python manage.py syncdb` to create the model tables.
## Quick start
1. Add `"accountant"` to your INSTALLED_APPS setting like this
INSTALLED_APPS = (
…
'accountant',
…
)
2. Add the required settings to your settings.py:
MASTER_ACCOUNT_PK = 1
3. Run `python manage.py syncdb` to create the model tables.
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
File details
Details for the file django-accountant-0.1.9.tar.gz
.
File metadata
- Download URL: django-accountant-0.1.9.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8df186067b84ef9302c8047779c27c1899ecbc1b8f16cde5c0aa0a418880f9f4 |
|
MD5 | bc681b6291378c9c6f4eea9be381c279 |
|
BLAKE2b-256 | b5554fd6a40035cd5e5bb9023c1b2c6af8443f847b187af6aef3cb069e987a6f |