Create New Module

I tried to create new module using https://frappe.github.io/frappe/user/en/tutorial/new-app and when try to open it i got this error
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 21, in handle
data = execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 52, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 913, in call
return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)

Have you created at least one Doctype in your module first?

Without any Doctype created you won’t be able to access it.

1 Like

Thanks That is work
i have another issue about document ui design how i can make page design like for example ITEM page if i need to put image in the right side and so on