.py file does not exist in django's cmd (Windows), how do I add it?

0

I just installed what bitnami 2.0.4 is in its latest version and I have a problem wanting to create a new project, by doing the command

django-admin.py startproject myproyect

At first I got an error that the django-admin file did not exist

and I opened a window where I had to select some package to open the file, try to select the python file to execute the command, but it did not work, and now this appears ...

    
asked by Lun 08.04.2018 в 03:01
source

2 answers

1

The error is that you are entering incorrectly the subcommand startproject and you are placing startproyect

    
answered by 08.04.2018 в 03:05
0

It seems that you need to configure the configuration variable DJANGO_SETTINGS_MODULE , you can find an extra help on how to do this answer

    
answered by 10.04.2018 в 19:59