No doctype dirs

      I'm trying to follow this tutorial https://frappe.io/tutorial/doctype-directory-structure everything went almost smoothly, but I don't have the doctype directory structure. Is it normal?

[frappe@localhost library_management]$ tree

.

├── config

│ ├── desktop.py

│ ├── desktop.pyc

│ ├── init.py

│ └── init.pyc

├── hooks.py

├── hooks.pyc

├── init.py

├── init.pyc

├── library_management

│ ├── init.py

│ └── init.pyc

├── modules.txt

├── patches.txt

├── templates

│ ├── generators

│ │ └── init.py

│ ├── includes

│ ├── init.py

│ └── pages

│ └── init.py

└── www

All my doctypes are saved without errors, and custom is checked as shown in the tutorial.

Add developer_mode: True in site_config.json file.