When building a new cookie, if you accept the default for Model_Class_Name= "None", it removes all the standard app files that are necessary for a new app, such as models.py, navigation.py, forms.py, etc. I propose we provide a default instead (or we don't post_bake remove these files.
Use Case
A new cookie should provide all the files I need for creating a Nautobot App.
Environment
Proposed Functionality
When building a new cookie, if you accept the default for Model_Class_Name= "None", it removes all the standard app files that are necessary for a new app, such as models.py, navigation.py, forms.py, etc. I propose we provide a default instead (or we don't post_bake remove these files.
Use Case
A new cookie should provide all the files I need for creating a Nautobot App.