Skip to content

Commit

Permalink
Update .cookiecutter.json (#122)
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 25, 2024
1 parent 94bb004 commit 743adb6
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": "NautobotWelcomeWizard",
"project_short_description": "Nautobot's Getting Started Wizard",
"model_class_name": "None",
"model_class_name": "ManufacturerImport",
"open_source_license": "Apache-2.0",
"docs_base_url": "https://docs.nautobot.com",
"docs_app_url": "https://docs.nautobot.com/projects/welcome-wizard/en/latest",
Expand Down
1 change: 1 addition & 0 deletions changes/122.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 743adb6

Please sign in to comment.