diff --git a/.cookiecutter.json b/.cookiecutter.json index 4971ea6..23197fc 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -14,7 +14,7 @@ "max_nautobot_version": "2.9999", "camel_name": "NautobotBGPModels", "project_short_description": "Nautobot BGP Models App", - "model_class_name": "None", + "model_class_name": "AutonomousSystem", "open_source_license": "Apache-2.0", "docs_base_url": "https://docs.nautobot.com", "docs_app_url": "https://docs.nautobot.com/projects/bgp-models/en/latest", diff --git a/changes/225.housekeeping b/changes/225.housekeeping new file mode 100644 index 0000000..eb854f1 --- /dev/null +++ b/changes/225.housekeeping @@ -0,0 +1 @@ +Changed model_class_name in .cookiecutter.json to a valid model to help with drift management.