Open
Description
🐞 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
- Install Django and Zango.
- Run the command:
zango start-project "MyProject"
- Expected Behavior
The project should be created successfully usingzango start-project
. - Actual Behavior
The command fails due to incorrect template path handling.
Runningdjango-admin startproject
manually with--template
works fine.
Metadata
Metadata
Assignees
Labels
No labels