Skip to content

BlueVia/Sample-Python_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample-Python_Django

Demo of Bluevia Payment API in a Python/Django application

To deploy it locally just:

  • Clone this repository locally
  • Create a virtual environment
  • Install the requirements (pip install -r requitements.txt). psycopg2 and dj-database-url are not required to deploy locally
  • Execute Django syncdb
  • Provision the products with the script bvstore/purchases/provisioning.py script
  • Provision the BVApp with your payment API Key consumer key and secret
  • Start your django server
  • Enjoy!

You can see it working here:

More info: http://www.slideshare.net/bluevia/aprende-a-crear-y-desplegar-una-aplicacin-de-python-que-use-apis-de-bluevia

About

Demo of Bluevia Payment API in a Python/Django application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published