I have created a new module successfully [from MAC terminal linked with server where an ERPnext is located]
I also created the doctype “travel_request” from core from interface
I’m following the manual … I reached here:
https://frappe.io/tutorial/doctype-directory-structure
After saving the DocTypes, check that the model .json and .py files are created in the library_management/library_management
Library management in my case is travel/travel
~/frappe-bench/apps/travel/travel$ ls
this is what inside
config hooks.pyc __init__.pyc patches.txt travel
hooks.py __init__.py modules.txt templates www
and inside the third travel is
__init__.py __init__.pyc
the problem is there are no .py or .json codes for the model itself as in the other modules
even there is no doctype directory created in the travel … where I can find it from terminal commands?