Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove leading nautobot- in project_slug, base_url and docs_app_url #197

Open
gsnider2195 opened this issue Nov 14, 2024 · 1 comment
Open

Comments

@gsnider2195
Copy link
Contributor

These defaults should be updated so that accepting all defaults bakes a valid project. See below output for example.

  [1/18] codeowner_github_usernames (): 
  [2/18] full_name (Network to Code, LLC): 
  [3/18] email (info@networktocode.com): 
  [4/18] github_org (nautobot): 
  [5/18] app_name (my_app): nautobot_test_models
  [6/18] verbose_name (Nautobot Test Models): 
  [7/18] app_slug (nautobot-test-models): 
  [8/18] project_slug (nautobot-app-nautobot-test-models): nautobot-app-test-models
  [9/18] repo_url (https://github.com/nautobot/nautobot-app-test-models): 
  [10/18] base_url (nautobot-test-models): test-models
  [11/18] min_nautobot_version (2.0.0): 
  [12/18] max_nautobot_version (2.9999): 
  [13/18] camel_name (NautobotTestModels): 
  [14/18] project_short_description (Nautobot Test Models): 
  [15/18] Camel case name of the model class to be created, enter None if no model is needed (NautobotTestModelsExampleModel):
  [16/18] Select open_source_license
    1 - Apache-2.0
    2 - Not open source
    Choose from [1/2] (1): 1
  [17/18] docs_base_url (https://docs.nautobot.com): 
  [18/18] docs_app_url (https://docs.nautobot.com/projects/nautobot-test-models/en/latest): https://docs.nautobot.com/projects/test-models/en/latest
@smk4664
Copy link
Contributor

smk4664 commented Nov 14, 2024

This is because you have nautobot in the app_name. The example shows just using my_app, which would produce the results you are asking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants