You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🐞 Bug Report
Description
When using
zango start-project "proj_name"
, the project creation fails due to incorrect template path resolution. However, runningdjango-admin startproject
directly works fine.Steps to Reproduce
zango start-project "MyProject"
The project should be created successfully using
zango start-project
.The command fails due to incorrect template path handling.
Running
django-admin startproject
manually with--template
works fine.The text was updated successfully, but these errors were encountered: