Python Shopify API Integration
Making Apps using Python, Django and App Engine - Shopify

Making Apps using Python, Django and App Engine - Shopify

9/7/2011

What this post added

This post introduces the integration of the Python Shopify API with the Django web framework and Google App Engine. It provides a reusable Django app (`shopify_app`) that handles user login, authentication, and session saving. It also includes middleware for automatic API re-initialization per request and a `@shop_login_required` decorator for views. Deployment instructions for both regular Django apps and Google App Engine are provided, along with links to the API and example source code.

Read the original post ↗