# Making Apps using Python, Django and App Engine

DevFeed: [Making Apps using Python, Django and App Engine](<https://devfeed.tech/articles/making-apps-using-python-django-and-app-engine-1266.md>)

Original publisher: [Read original article](<https://shopify.engineering/17488456-making-apps-using-python-django-and-app-engine>)

Author: Shopify Engineering

Published: 2011-09-07T19:09:00Z

Content type: tutorial

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [django](<https://devfeed.tech/tags/django.md>), [github](<https://devfeed.tech/tags/github.md>), [google](<https://devfeed.tech/tags/google.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [python](<https://devfeed.tech/tags/python.md>), [shopify](<https://devfeed.tech/tags/shopify.md>)

## AI overview

A tutorial for using Shopify's Python API adaptor with a reusable Django application, including setup for regular Django deployments and Google App Engine.

## Source excerpt

We recently announced the release of our Python adaptor for the Shopify API. Now we would like to inform you that we have got it working well with the popular Django web framework and Google App Engine hosting service. But don't just take my word for it, you can see a live example on App Engine and check out the example's source code on GitHub. The example application isn't limited to Google App Engine, it can run as a regular Django application allowing you to explore other hosting options.