Skip to main content
django-paymill
==============

django-paymill is a django app for easily integrating Paymill as a payment gateway for django projects.

django-paymill requires [pymill](https://github.com/kliment/pymill) and as a resulting dependency [Requests](http://docs.python-requests.org/en/latest/)

django-paymill also requires, for the time being, [django-crispy-forms](https://github.com/maraujop/django-crispy-forms)

Simply install the app and the requirements and add them to your INSTALLED_APPS:

INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',

'crispy_forms',
'paymill',
)

Then add your Paymill public and private keys to settings:

PAYMILL_PRIVATE_KEY = ''
PAYMILL_PUBLIC_KEY = ''

For webhooks to work you will need to declare the receiving host:

PAYMILL_WEBHOOK_HOST = ''

And off you go! :)

(More documentation to follow soon)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-paymill-0.1.1.tar.gz (9.0 kB view details)

Uploaded Source

File details

Details for the file django-paymill-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-paymill-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8c34cf83167c3cc043bdf2517e11dc4e103ff09a1f147b545adfda42a88d8acd
MD5 5edb856e3dcdc125ab2850c79bd26771
BLAKE2b-256 fee8474bf5397cd0ca9ad6c83c89c390065b134a0daf8b80607728325796bc44

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 file

0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page