From fdca80547e8203d34d5ebcd864f1e25b3ebfb2ef Mon Sep 17 00:00:00 2001 From: Valmik Date: Thu, 17 Dec 2015 20:09:30 +0530 Subject: [PATCH] Added extra line for clarification --- frappe/docs/user/tutorial/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/docs/user/tutorial/models.md b/frappe/docs/user/tutorial/models.md index 23a4d0882a..636c013b08 100644 --- a/frappe/docs/user/tutorial/models.md +++ b/frappe/docs/user/tutorial/models.md @@ -8,7 +8,7 @@ When you create a **DocType** a new folder is created in the **Module** and a mo ### Developer Mode -To create models, you must set `developer_mode` as 1 in the `site_config.json` file located in /sites/library and execute command `bench clear-cache` or use the user menu in UI and click on "Reload" for the changes to take effect. +To create models, you must set `developer_mode` as 1 in the `site_config.json` file located in /sites/library and execute command `bench clear-cache` or use the user menu in UI and click on "Reload" for the changes to take effect. You should now see the "Developer" app on your desk { "db_name": "library",