You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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`
The text was updated successfully, but these errors were encountered: