python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Run eel with Django #532

Open Joetib opened 3 years ago

Joetib commented 3 years ago

Describe the problem I have a Django app to help manage items and sales in a store and want to present it as a desktop app although it's web behind the scenes. Is it possible to use the Django application instead of bottle for eel?

I would also want to enable the back and reload buttons on the browser (chrome), how do I do that?

Desktop (please complete the following information):

eddyizm commented 2 years ago

You can use Django with eel like that, you would have better luck trying to compile your Django app with pyinstaller although that is challenging, however possible.