writer / writer-framework

No-code in the front, Python in the back. An open-source framework for creating data apps.
https://dev.writer.com/framework/introduction
Apache License 2.0
1.3k stars 73 forks source link

fix: enable the server setup hook by default in a custom server #480

Closed FabienArcellier closed 2 months ago

ramedina86 commented 2 months ago

Does this exclude writer edit? I think it should be deactivated for writer edit but activated by default for run even with custom server.

FabienArcellier commented 2 months ago

Does this exclude writer edit? I think it should be deactivated for writer edit but activated by default for run even with custom server.

This excludes the writer edit command. This is handled in calling code.

On the other hand, if you mount the application in edition in a multi app application, the edition will have authentication activated. You will have to deactivate it explicitly.