Hi!
I’ve recently started trying out Frappe Framework and am creating my first app. In this app, I wanted to create a DocType “Event” in my app module.
This resulted in the message
DocType Event already exists
Do names of DocType need to be globally unique so they don’t crash with other apps? Do I need to prefix my DocTypes? Or is it a problem in my installation (I’m using the development installation as described in the development.md)
I’ve searched the docs and the forums but didn’t find anything about this.
Thanks in advance
Kind regards
Dennis