Shopify CLI implementation with Python Django

Hello everyone,

I have a question regarding usage of Shopify CLI with Python Django framework. As far as I see Shopify CLI is designed to work with Node.js and Ruby on Rails. But I couldn’t find any reference for Python Django framework. What I wonder is there any way to use Shopify CLI with Python? Thanks in advance,

Best wishes!

Taskin

Hi @Patroclos

Welcome here.

What I wonder is there any way to use Shopify CLI with Python?

Sorry, No.

Some useful resources:

There are some resources in python but nothing about Shopify CLI in python.

A curated list of awesome Shopify resources, libraries and open source projects.

2 Likes

Hi @oliversinz

Thanks for your reply on the subject and also for the link you shared. It looks like there are good resources for Python there.

Best wishes

Shopify CLI doesn’t support scaffolding a Django app. Use this sample django app repo to generate a skeleton. It can support the latest JWT session token auth

2 Likes

Thanks @jam_chan for the source you provided. It looks like a good start for the subject