# 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.
Release files for django-accountant 0.1.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-accountant-0.1.9.tar.gz | 4.1 kB | Details |
Release files / django-accountant-0.1.9.tar.gz
| Download URL | django-accountant-0.1.9.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8df186067b84ef9302c8047779c27c1899ecbc1b8f16cde5c0aa0a418880f9f4
|
|
BLAKE2b-256 checksum How to use checksums |
b5554fd6a40035cd5e5bb9023c1b2c6af8443f847b187af6aef3cb069e987a6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |