Eel icon indicating copy to clipboard operation
Eel copied to clipboard

Run eel with Django

Open Joetib opened this issue 3 years ago • 1 comments

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):

  • OS: Windows 10
  • Browser: Chrome
  • Version: 94.0.4606.71

Joetib avatar Oct 08 '21 08:10 Joetib

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.

eddyizm avatar Jan 29 '22 15:01 eddyizm