Solved

Shopify CLI implementation with Python Django

Patroclos
Shopify Partner
5 0 1

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

Accepted Solution (1)

oliversinz
Shopify Partner
96 7 17

This is an accepted solution.

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.

- Was my reply helpful then Click Like and Mark it as an Accepted Solution

- Feel free to contact me regarding any help on: Twitter | LinkedIn | My website



- Want to modify or custom changes on store Hire me.
Shopify Partner | Full Stack Software Developer

View solution in original post

Replies 4 (4)

oliversinz
Shopify Partner
96 7 17

This is an accepted solution.

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.

- Was my reply helpful then Click Like and Mark it as an Accepted Solution

- Feel free to contact me regarding any help on: Twitter | LinkedIn | My website



- Want to modify or custom changes on store Hire me.
Shopify Partner | Full Stack Software Developer
Patroclos
Shopify Partner
5 0 1

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

jam_chan
Shopify Partner
891 23 171

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 

BYOB - Build Your Own Bundles, SPO - SEO App to research keywords & edit social link preview
Patroclos
Shopify Partner
5 0 1

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