A Django app to add support for Mercadopago payments
Project description
AX3 Mercadopago
AX3 Mercadopago A Django app to add support for Mercadopago payments.
Installation
AX3 Mercadopago is easy to install from the PyPI package:
$ pip install ax3-mercadopago
After installing the package, the project settings need to be configured.
Add ax3_mercadopago to your INSTALLED_APPS::
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
# ax3_mercadopago app can be in any position in the INSTALLED_APPS list.
'ax3_mercadopago',
]
Configuration
Add Mercadopago client and secret:
MERCADOPAGO_CLIENT_ID
MERCADOPAGO_CLIENT_SECRET
Releasing a new version
Make sure you increase the version number and create a git tag:
$ python3 -m pip install --user --upgrade setuptools wheel twine
$ ./release.sh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file AX3 Mercadopago-0.2.7.tar.gz.
File metadata
- Download URL: AX3 Mercadopago-0.2.7.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe889f87eadae3af75230c2f352ceaadbc1c4557ffb8cea0a66d08a247743c92
|
|
| MD5 |
ca945e2b8a729cd163caaf540af678de
|
|
| BLAKE2b-256 |
5d59daeac374211db09a7b86d455b29c4764171be03744055dcec425d662e807
|
File details
Details for the file AX3_Mercadopago-0.2.7-py3-none-any.whl.
File metadata
- Download URL: AX3_Mercadopago-0.2.7-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6c4d95997c630ffe972e96f50b5ec7c6dacb1a9c20a1a275d18d5d1cc8c3217
|
|
| MD5 |
d18979d0772092ca0f447ced33c6fbbb
|
|
| BLAKE2b-256 |
6a0b60d442a8aac798bfa9b87d83d064f317e7ee4ab4655d7eb4ba898350615c
|