Skip to main content

Uzcloud Billing

Project description

Uzcloud Billing is a Django app to provide account with Uzcloud Billing account number.

Quick start

1.Add “rest_framework” and “uzcloud_billing” to your INSTALLED_APPS :

INSTALLED_APPS = [
    ...
    'rest_framework',
    'uzcloud_billing',
]

2.Include the uzcloud_billing urls in your project urls.py like this :

path('api/billing/', include('uzcloud_billing.urls')),

3.Add Following credentials to settings.py :

UZCLOUD_BILLING = {
    "AUTH_URL": "",
    "BASE_URL": "",
    "CLIENT_ID": "",
    "CLIENT_SECRET": "",
    "IDENT_RESPONSE_SERIALIZER": "",
}

4.Run python manage.py migrate to create the uzcloud_billing models. 5.You may create receiver for balance filled event.Signal for your receiver must be uzcloud_billing.signals.balance_filled_signal. Receiver function get data as argument and data value is {“AccountNumber”:””,”paymentType”:””,”Amount”:””,”Balance”:””}

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

uzcloud_billing-0.2.22.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

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

uzcloud_billing-0.2.22-py3-none-any.whl (19.9 kB view details)

Uploaded Python 3

File details

Details for the file uzcloud_billing-0.2.22.tar.gz.

File metadata

  • Download URL: uzcloud_billing-0.2.22.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for uzcloud_billing-0.2.22.tar.gz
Algorithm Hash digest
SHA256 1b5c345089dfcc12a6019ee8df46e632457ca0e141f45a6339fddd8bd9bf3e4d
MD5 a858939ee7dfab55b8097147dfa7b78a
BLAKE2b-256 221e37f74eac6751564ac71f4ff5a5fec098f6823fe23bd90d08d7e382846ebf

See more details on using hashes here.

File details

Details for the file uzcloud_billing-0.2.22-py3-none-any.whl.

File metadata

File hashes

Hashes for uzcloud_billing-0.2.22-py3-none-any.whl
Algorithm Hash digest
SHA256 6c11c58ffc8c3714ac07360008841b4952453090c73d170e4bb6d05d34954a20
MD5 5f88104494feeca9fefbb354ec82ee6e
BLAKE2b-256 b0847051570432de56466a1bedd465089a77f215c7bbf44f83d0033d060e134e

See more details on using hashes here.

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