is it possible to use Electron with Djanog?

I want to convert my Django web app to a desktop app and I think electron would work for that. The only problem is I dont know if it will work while its offline, I want the database to be on the users computer, will this be possible?

From what little bit I know of Electron, if your Django web app will run offline using runserver (or runserver_plus, or even a local gunicorn or uwsgi instance) then Django isn’t going to be the issue there.

ohh lovely, can you direct me to a tutorial that can help me with this?

Sorry, I’ve never used Electron - I just barely know what it is. I’m sure a web search for Electron and Python would find some suitable materials.

1 Like