Create a new module

There steps for creating in the website, but after the new version it become unclear. would someone illustrate and write the steps ?

@mano

Do you wish to know how to create a module or how to create a web page?

For adding a new module, have a look at the frappe tutorial: http://frappe.github.io/frappe/user/

i want to create a module, i saw the tutorial but to access to the shell to add this code?

how to reach the develop mode ? the shell

Add this line to your /sites/site1.local/site_config.json file

“developer_mode”: 1

Like this:

 "db_name": "1bd3exxxxx", 
 "db_password": "whatever your password is",
 "developer_mode": 1
}```

Make sure last line does NOT have a comma.

Hope This Helps

Hi, I have done all practical steps but this isnt working on the latest erpnext version. It isnt even appearing in Show/Hide modules in Setup.
This is only happening in the latest erpnext version 6.27.7 and not the older ones.

Can you please suggest if anything has been missed:
Steps followed:

  1. Added to your /sites/site1.local/site_config.json file

“developer_mode”: 1

  1. Added new module within new app created and also to desktop.py of config

  2. created a new doctype in new module

New module not visible in setup ‘Show/Hide modules’ as well as Dashboard.
This is only happening in the latest erpnext version 6.27.7 and not the older ones.

@suryanamha open a new topic.

Have you cleared your cache?
If you have installed bench in production mode, you will need to do $ bench restart as well.