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
Currently there is no way for an app to perform specific actions right after it has been installed, save for 1) a hacky use of Signals, or 2) the creation of a PKGBUILD. And with both of those options, there is no way to provide custom information to the app as it is being installed and/or loaded for the first time, like there is upon website creation.
Ideally there would be an on_install.py in the base of an application that is executed after the app is successfully installed and loaded for the first time. This script could be provided with extra_vars, much like websites are now. This would eliminate the need for hacky things like what is being done presently when the Radicale app is initialized.
The text was updated successfully, but these errors were encountered:
Currently there is no way for an app to perform specific actions right after it has been installed, save for 1) a hacky use of Signals, or 2) the creation of a PKGBUILD. And with both of those options, there is no way to provide custom information to the app as it is being installed and/or loaded for the first time, like there is upon website creation.
Ideally there would be an
on_install.py
in the base of an application that is executed after the app is successfully installed and loaded for the first time. This script could be provided withextra_vars
, much like websites are now. This would eliminate the need for hacky things like what is being done presently when the Radicale app is initialized.The text was updated successfully, but these errors were encountered: