A Django app for integrating Globee Payments
Project description
django-globee
django-globee is a Django app to integrate GloBee Payments.
You can find the GloBee API docs here.
Quick start
- Add "globee" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'globee',
]
- Include the globee URLconf in your project urls.py like this:
path('globee/', include('globee.urls')),
- 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
- 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.3.0.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file django-globee-1.3.0.tar.gz
.
File metadata
- Download URL: django-globee-1.3.0.tar.gz
- Upload date:
- Size: 7.8 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47f3b2623b0ea06349e17613f745f23249be9d8a08f6ebedfd77f5b88f0ab8a0 |
|
MD5 | 38f3b673ba556dc6f0623689e987c4c1 |
|
BLAKE2b-256 | 6829cc317d05e76f57cb276c035bdf6b2fdcc28b6aec1f4149566374424bd752 |
Provenance
File details
Details for the file django_globee-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: django_globee-1.3.0-py3-none-any.whl
- Upload date:
- Size: 10.7 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 597ab8cac50718f0086aee7ee2f39833875c176d3be2422442ed0888ec7252d4 |
|
MD5 | 177606dc1638946949e5e9c70c1bf387 |
|
BLAKE2b-256 | f76ca602096ce064ca0efb2500ac3f97a6da4dd9f142f10f385a31da2b92c8be |