Django app for keeping track of budgets, payees, and payments
Project description
Budget Manager
Setup
-
urls.py
:urlpatterns = [ path('budgetmanager/', include('budgetmanager.urls')), ]
-
settings.py
:INSTALLED_APPS = [ 'budgetmanager', 'rest_framework', 'django_filters', ]
- To disable the browsable API:
REST_FRAMEWORK = { 'DEFAULT_RENDERER_CLASSES': ( 'rest_framework.renderers.JSONRenderer', ) }
- To disable the browsable API:
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
budgetmanager-1.2.1.tar.gz
(8.7 kB
view details)
Built Distribution
File details
Details for the file budgetmanager-1.2.1.tar.gz
.
File metadata
- Download URL: budgetmanager-1.2.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c11a4745a021e671d35271d2bb04d1a3b68b5dd028ac04b321a4c95c0a4f1624 |
|
MD5 | 750759030a55ca674a8e64ce267ce3b1 |
|
BLAKE2b-256 | 264b6d34e503619e985d7f8297017d1a2c3a280555c01c3fe270aed949952e80 |
File details
Details for the file budgetmanager-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: budgetmanager-1.2.1-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 859de4521a0e47835054a760a78a341b41c090f97ca915242fdc21ad49ec0ff4 |
|
MD5 | 80320e21934c1a0258210c1f07f37aec |
|
BLAKE2b-256 | ac5e65c77b80e3106d24f50efa128dfee45ab110a25c979f07f15552a786cc36 |