A simple Django app to use MercadoPago.
Project description
djmercadopago is a simple Django app to use MercadoPago
THIS IS WIP. THIS DOESN’T WORK YET.
Quick start
Add “djmercadopago” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'djmercadopago', )
Include the polls URLconf in your project urls.py like this:
url(r'^mp/', include('djmercadopago.urls', namespace="djmercadopago")),
Run python manage.py migrate to create the polls models.
In your template, add a link to the checkout view:
<a href=”{% url ‘djmercadopago:checkout’ ‘some-item-id’ %}”>Checkout</a>
Known issues
- Transactions should be atomic
Supports Python 2.7 and Django 1.7 only
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
File details
Details for the file django-mercadopago-0.0.2.tar.gz
.
File metadata
- Download URL: django-mercadopago-0.0.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a6e9a023cce7a3b9b17968ce632155c8ab6328e0c705098faa50fdb4b5c0eb9 |
|
MD5 | 99653bd2fbe55ebd1a9b107c73876f4a |
|
BLAKE2b-256 | 7fefbd2ab0e740e51706c06ca652494f6bd9a4acad220a8b92b53721ed9cc7d1 |