/django-sagepaypi

Django SagePayPI Payment Gateway

Primary LanguagePythonMIT LicenseMIT

Django SagePayPI

CircleCI Codecov

Django SagePayPI Payment Gateway

Documentation

Can be found on readthedocs.

Example site with docker

Clone the repo

$ git clone https://github.com/AccentDesign/django-sagepaypi.git

Run the docker container

$ cd django-sagepaypi
$ docker-compose up

Create yourself a superuser

$ docker-compose exec app bash
$ python manage.py createsuperuser

Go to http://127.0.0.1:8000