Skip to main content

Django and React app for keeping track of budgets, payees, and payments

Project description

Budget Manager

Setup

  • urls.py:

    from django.urls import include, path
    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',
        )
      }
      
  • Add URLs for the auth app if not there already:

    • Add to imports in urls.py:
      from django.contrib.auth.views import logout_then_login
      from django.views.generic import RedirectView
      
    • Add to urlpatterns:
      path('accounts/logout/?next=<str:login_url>', logout_then_login, name='logout'),
      path('accounts/profile/', RedirectView.as_view(url='/budgetmanager/')),
      path('accounts/', include('django.contrib.auth.urls')),
      

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-2.0.0b7.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

budgetmanager-2.0.0b7-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file budgetmanager-2.0.0b7.tar.gz.

File metadata

  • Download URL: budgetmanager-2.0.0b7.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for budgetmanager-2.0.0b7.tar.gz
Algorithm Hash digest
SHA256 99e7e349af9de36dd6546293181d1fe01866416b8dc873ca38a6aa1c8ddb6b7c
MD5 679751b1fd2b48b91af515bd9f89b08c
BLAKE2b-256 6bddbc82229624c1ac4077abc9c3e22f715b43c99df8516295fbcddcf5741f64

See more details on using hashes here.

Provenance

The following attestation bundles were made for budgetmanager-2.0.0b7.tar.gz:

Publisher: python-publish.yml on Grvs44/budgetmanager

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file budgetmanager-2.0.0b7-py3-none-any.whl.

File metadata

File hashes

Hashes for budgetmanager-2.0.0b7-py3-none-any.whl
Algorithm Hash digest
SHA256 291d6a36878471a7466a730e80942747c0584c9d2472562cf15989eae009a19e
MD5 82caab605426b1d82790d1d7bb186727
BLAKE2b-256 10b087b39860bd8e789d542bf8b504b56a7d6ec677925f7ad1759d7a22a28432

See more details on using hashes here.

Provenance

The following attestation bundles were made for budgetmanager-2.0.0b7-py3-none-any.whl:

Publisher: python-publish.yml on Grvs44/budgetmanager

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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