Doctypes of new application are not creating files to commit

I am using the library tutorial as example to try version control with frappe. I created the app and article doc type but no files have been generated. I tried fixtures to export the data. Exporting works but I cannot import in a new site because the doc types have not been restored

@Isfaaq

  1. Check that Developer Mode = 1 in your site_config.json
  2. While Creating Doctype, Is Custom = 1 ? Then make it 0 and Save doctype again.
2 Likes

Thank you! That works. It would be good to have that somewhere in the docs or a little help pop up indicating what “custom” is for