🐞 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 using zango start-project.
- Actual Behavior
The command fails due to incorrect template path handling.
Running django-admin startproject manually with --template works fine.