Make sure you've installed Django on your system, or you virtual environment if
you're using one. If you've installed Django on your virtual environment, the
problem might be that you haven't activated it.
Django's website has some instructions on this:
https://docs.djangoproject.com/en/4.1/top
On 02/11/2022 06.43, AKHIL KORE wrote:
(myprojectenv) user@DIPL-PC290:~/myprojectdir$ django-admin.py
startproject myproject ~/myprojectdir
django-admin.py: command not found
For security reasons the current working directory is not in your PATH
on Unix systems. You need to provide the full
(myprojectenv) user@DIPL-PC290:~/myprojectdir$ django-admin.py startproject
myproject ~/myprojectdir
django-admin.py: command not found
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from
3 matches
Mail list logo