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

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

Open
lokesh-6 opened this issue Feb 10, 2025 · 2 comments · May be fixed by #438
Open

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

lokesh-6 opened this issue Feb 10, 2025 · 2 comments · May be fixed by #438

Comments

@lokesh-6
Copy link

🐞 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.
@lokesh-6 lokesh-6 linked a pull request Feb 10, 2025 that will close this issue
@DevilsAutumn
Copy link
Contributor

Hi @lokesh-6 , Thanks for creating this issue.
Can you tell us which OS are you facing this error?

@lokesh-6
Copy link
Author

Hi @lokesh-6 , Thanks for creating this issue. Can you tell us which OS are you facing this error?

Windows

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

Successfully merging a pull request may close this issue.

2 participants