Skip to content

Zango start-project fails due to incorrect template path handling #437

Open
@lokesh-6

Description

@lokesh-6

🐞 Bug Report

Description

When using zango start-project "proj_name", the project creation fails due to incorrect template path resolution. However, running django-admin startproject directly works fine.

Steps to Reproduce

  1. Install Django and Zango.
  2. Run the command:
    zango start-project "MyProject"
  3. Expected Behavior
    The project should be created successfully using zango start-project.
  4. Actual Behavior
    The command fails due to incorrect template path handling.
    Running django-admin startproject manually with --template works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions