Skip to main content

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

  1. Add “djmercadopago” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'djmercadopago',
    )
  2. Include the polls URLconf in your project urls.py like this:

    url(r'^mp/', include('djmercadopago.urls', namespace="djmercadopago")),
  3. Run python manage.py migrate to create the polls models.

  4. In your template, add a link to the checkout view:

    <a href=”{% url ‘djmercadopago:checkout’ ‘some-item-id’ %}”>Checkout</a>

Known issues

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-mercadopago-0.0.2.tar.gz (6.6 kB view details)

Uploaded Source

File details

Details for the file django-mercadopago-0.0.2.tar.gz.

File metadata

File hashes

Hashes for django-mercadopago-0.0.2.tar.gz
Algorithm Hash digest
SHA256 2a6e9a023cce7a3b9b17968ce632155c8ab6328e0c705098faa50fdb4b5c0eb9
MD5 99653bd2fbe55ebd1a9b107c73876f4a
BLAKE2b-256 7fefbd2ab0e740e51706c06ca652494f6bd9a4acad220a8b92b53721ed9cc7d1

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