diff --git a/.cookiecutter.json b/.cookiecutter.json index a900b482..9cceb6c0 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -14,7 +14,7 @@ "max_nautobot_version": "2.9999", "camel_name": "NautobotGoldenConfig", "project_short_description": "An app for configuration on nautobot", - "model_class_name": "None", + "model_class_name": "ComplianceFeature", "open_source_license": "Apache-2.0", "docs_base_url": "https://docs.nautobot.com", "docs_app_url": "https://docs.nautobot.com/projects/golden-config/en/latest", diff --git a/changes/823.housekeeping b/changes/823.housekeeping new file mode 100644 index 00000000..eb854f12 --- /dev/null +++ b/changes/823.housekeeping @@ -0,0 +1 @@ +Changed model_class_name in .cookiecutter.json to a valid model to help with drift management.