nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
16 stars 5 forks source link

Provide a default Model Name #168

Open smk4664 opened 1 month ago

smk4664 commented 1 month ago

Environment

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.