.gitignore
.pre-commit-config.yaml
.pypirc
CHANGELOG.rst
LICENCE
README.rst
codecov.yml
requirements-dev.txt
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
.github/workflows/checks.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
django_mercadopago/__init__.py
django_mercadopago/admin.py
django_mercadopago/apps.py
django_mercadopago/fixtures.py
django_mercadopago/forms.py
django_mercadopago/models.py
django_mercadopago/signals.py
django_mercadopago/urls.py
django_mercadopago/views.py
django_mercadopago.egg-info/PKG-INFO
django_mercadopago.egg-info/SOURCES.txt
django_mercadopago.egg-info/dependency_links.txt
django_mercadopago.egg-info/requires.txt
django_mercadopago.egg-info/top_level.txt
django_mercadopago/locale/es/LC_MESSAGES/django.mo
django_mercadopago/locale/es/LC_MESSAGES/django.po
django_mercadopago/management/commands/poll_mercadopago.py
django_mercadopago/migrations/0001_initial.py
django_mercadopago/migrations/0002_auto_20150923_2328.py
django_mercadopago/migrations/0003_payment_status_detail_length.py
django_mercadopago/migrations/0004_preference_owner.py
django_mercadopago/migrations/0005_auto_20151009_1836.py
django_mercadopago/migrations/0006_preference_paid.py
django_mercadopago/migrations/0007_preference_details.py
django_mercadopago/migrations/0008_auto_20151018_2208.py
django_mercadopago/migrations/0009_payment_notification_null.py
django_mercadopago/migrations/0010_notification_processing.py
django_mercadopago/migrations/0011_payment_approved_null.py
django_mercadopago/migrations/0012_untranslated_migrations.py
django_mercadopago/migrations/0013_notification_preference.py
django_mercadopago/migrations/0014_notification_statuses.py
django_mercadopago/migrations/0015_payment_preference_notnull.py
django_mercadopago/migrations/0016_update_model_meta.py
django_mercadopago/migrations/0017_preference_quantity.py
django_mercadopago/migrations/0018_payment_mpid_biginteger.py
django_mercadopago/migrations/0019_split_preference_items.py
django_mercadopago/migrations/0020_move_preference_items.py
django_mercadopago/migrations/0021_remove_preference_item_fields.py
django_mercadopago/migrations/__init__.py
tests/__init__.py
tests/settings.py
tests/test_models.py
tests/test_views.py
tests/urls.py