i just install Django Stack 2.1.5-0, and i want to create new project with this command:
sudo django-admin.py startproject coba
but the terminal give me result:
bash: django-admin command not found
and i want to create it in here:
opt>djangostack>apps
do i need to install python3 and django first event though i have use django stack?
please help me :)