Re: got error in terminal, ubuntu

2022-11-03 Thread Jana (Codi Coop)
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

Re: got error in terminal, ubuntu

2022-11-02 Thread 'Kasper Laudrup' via Django users
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

got error in terminal, ubuntu

2022-11-02 Thread AKHIL KORE
(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