-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skipping config wizard #31
Comments
There is an option to skip config wizard in frappe https://frappeframework.com/docs/user/en/basics/site_config#optional-settings but it's not working. Other option is to execute/replicate date that should go into the code written here somehow https://github.com/frappe/frappe/blob/develop/frappe/desk/page/setup_wizard/setup_wizard.py I have concern like config wizard changes when |
minute. Adding
Let's focus on ERPNext only for now. |
Lets wait to get it fixed in core. |
This API could be used with default configuration. |
Most Frappe apps require you to go through this.
Is there any CLI equivalent of
wp option
? If yes, its better to set these values by default.We can take a config file approach e.g.
~/.fm.config
or just read country, timezone and currency from OS.Something like following may work
The text was updated successfully, but these errors were encountered: