takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
896 stars 119 forks source link

Pynsist with django-restframework #257

Open AndyAbok opened 1 year ago

AndyAbok commented 1 year ago

I'm asking this here given I can't be able to see the discussion option on this repo. I'm trying to buddle a django restframework service that is to run on a windows to be installable\into an exe file I've been trying to use pynsist but I'm not finding any reference material. I'd appreciate an idea how to structure the installer.cfg

`[Application] name=my Services version=1.0 entry_point=my-services:manage

[Python] version=3.9.0`

takluyver commented 1 year ago

Hi, I don't think there's any example using Django, but there are docs and examples you can look at. It's meant for GUI applications rather than services, though - if that's not what you want, see the If you need more flexibility section in the docs.