Skip to main content

A Django app for integrating Globee Payments

Project description

# django-globee

[![GitHub license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://raw.githubusercontent.com/lovvskillz/django-globee/master/LICENSE)
[![PyPI version](https://badge.fury.io/py/django-globee.svg)](https://badge.fury.io/py/django-globee)

django-globee is a Django app to integrate [GloBee](https://globee.com/) Payments.

You can find the GloBee API docs [here](https://globee.com/docs/payment-api/v1).

## Quick start

1. Add "globee" to your INSTALLED_APPS setting like this:
```python
INSTALLED_APPS = [
...
'globee',
]
```
2. Include the globee URLconf in your project urls.py like this:
```python
path('globee/', include('globee.urls')),
```

3. Include your globee key and test or live env in your project settings.py
```python
GLOBEE_AUTH_KEY = "YOUR GLOBEE X-AUTH-KEY"
GLOBEE_TEST_MODE = True # or False
```


4. Run `python manage.py migrate` to create the globee models.


## examples

see [Docs](docs/README.md)

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.2.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

django_globee-1.2.0-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-globee-1.2.0.tar.gz
  • Upload date:
  • Size: 7.6 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.2.0.tar.gz
Algorithm Hash digest
SHA256 54476fabcc0d1cdd74ec1106747087d8731f6e2afbf90ae00ab79016ea75e7e0
MD5 4b61b9e5efa87d94144d6709c0a24638
BLAKE2b-256 d4f726aeee82fec957add8d95ca016a67dc4ca2dc507c15a30001b8175ab41d7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: django_globee-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 10.5 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c28b1750d37cc265eae67c29c868999b31ff1a8b0d750fa0eb1d47592632310
MD5 81da7648caf0ae81d66fa9bb496d8d04
BLAKE2b-256 a33d05473b78d5b16fe3b10a05f39efe4d5ff2532a678b0c4769a23a5fdd6d88

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