Skip to content

Commit

Permalink
Update .cookiecutter.json (#823)
Browse files Browse the repository at this point in the history
* Update .cookiecutter.json

Due to the way that Drift Manager uses the .cookiecutter.json file, we need to change the model_class_name to a valid model in this app to help us track drift in files that would be removed if the model_class_name=None.

* Add Change Fragment
  • Loading branch information
smk4664 authored Oct 29, 2024
1 parent b50335e commit 8bf6a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions changes/823.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changed model_class_name in .cookiecutter.json to a valid model to help with drift management.

0 comments on commit 8bf6a21

Please sign in to comment.