django-paymill is a django app for easily integrating Paymill as a payment gateway for django projects.
Project description
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)
==============
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)
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
django-paymill-0.1.1.tar.gz
(9.0 kB
view details)
File details
Details for the file django-paymill-0.1.1.tar.gz
.
File metadata
- Download URL: django-paymill-0.1.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c34cf83167c3cc043bdf2517e11dc4e103ff09a1f147b545adfda42a88d8acd |
|
MD5 | 5edb856e3dcdc125ab2850c79bd26771 |
|
BLAKE2b-256 | fee8474bf5397cd0ca9ad6c83c89c390065b134a0daf8b80607728325796bc44 |