Skip to main content

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',
        )
      }
      

Project details


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)

Uploaded Source

Built Distribution

budgetmanager-1.2.1-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

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

Hashes for budgetmanager-1.2.1.tar.gz
Algorithm Hash digest
SHA256 c11a4745a021e671d35271d2bb04d1a3b68b5dd028ac04b321a4c95c0a4f1624
MD5 750759030a55ca674a8e64ce267ce3b1
BLAKE2b-256 264b6d34e503619e985d7f8297017d1a2c3a280555c01c3fe270aed949952e80

See more details on using hashes here.

File details

Details for the file budgetmanager-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for budgetmanager-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 859de4521a0e47835054a760a78a341b41c090f97ca915242fdc21ad49ec0ff4
MD5 80320e21934c1a0258210c1f07f37aec
BLAKE2b-256 ac5e65c77b80e3106d24f50efa128dfee45ab110a25c979f07f15552a786cc36

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page