Skip to main content

A Django app for integrating Globee Payments

Project description

django-globee

GitHub license PyPI version

django-globee is a Django app to integrate GloBee Payments.

You can find the GloBee API docs here.

Quick start

  1. Add "globee" to your INSTALLED_APPS setting like this:
    INSTALLED_APPS = [
        ...
        'globee',
    ]
  1. Include the globee URLconf in your project urls.py like this:
    path('globee/', include('globee.urls')),
  1. Include your globee key and test or live env in your project settings.py
    GLOBEE_AUTH_KEY = "YOUR GLOBEE X-AUTH-KEY"
    GLOBEE_TESTNET = True # or False
  1. Run python manage.py migrate to create the globee models.

examples

see Docs

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

django-globee-1.4.0.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

django_globee-1.4.0-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file django-globee-1.4.0.tar.gz.

File metadata

  • Download URL: django-globee-1.4.0.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6

File hashes

Hashes for django-globee-1.4.0.tar.gz
Algorithm Hash digest
SHA256 55d9d078cea419f717605fe74773131b78c88d9bbc0babc3b4379e747ca65b90
MD5 63cd1bd0d3820bdb977fd021f6ce501f
BLAKE2b-256 fbd2c3a7eca6d13c592d084512e7a1a6e6c1eec5f98d09cb843d64c6b2b71e2c

See more details on using hashes here.

Provenance

File details

Details for the file django_globee-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: django_globee-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6

File hashes

Hashes for django_globee-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b9711d978eb3e11a33f3271e48a529910c8a9eacf317b9741b5326f732eba30f
MD5 dcfc35a333efc00d29d9d5d9e569b45f
BLAKE2b-256 2df31cb2aab2060f7b0b7c0b8753da8cccce332e6af7830eb73edc4aea073ce5

See more details on using hashes here.

Provenance

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