In pycharm errror

2020-04-09 Thread tejasri mamidi
While executing py manage.py runserver .. Terminal showing this file will not found why.. -- 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 it, send an email to django-users+unsubscr..

In pycharm errror

2020-04-10 Thread najathm mohamed
Try python3 manage.py runserver -- 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 it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web vis

Re: In pycharm errror

2020-04-09 Thread Naveen Vadavalasa
I think u r not in the right path. On Thu, 9 Apr, 2020, 7:53 PM tejasri mamidi, wrote: > While executing py manage.py runserver .. > Terminal showing this file will not found why.. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To uns

Re: In pycharm errror

2020-04-09 Thread Phako Perez
Check the ‘ls’ command to verify is on directory you are running the manage.py And not sure about how you ran the command, but you should run as python manage.py runserver Regards Sent from my iPhone > On 9 Apr 2020, at 9:25, tejasri mamidi wrote: > > While executing py manage.py runserver

Re: In pycharm errror

2020-04-10 Thread tejasri mamidi
I used dir command to check it ..I don't found manage.py file instead all setting.py url.py there manage .py is missing On Fri, Apr 10, 2020, 05:45 Phako Perez <13.phak...@gmail.com> wrote: > Check the ‘ls’ command to verify is on directory you are running the > manage.py > > And not sure about h

Re: In pycharm errror

2020-04-10 Thread Jatin Agrawal
Can you please post an image of your directory structure? Maybe then I or someone else can help you in a better way. On Thursday, April 9, 2020 at 7:55:20 PM UTC+5:30, tejasri mamidi wrote: > > While executing py manage.py runserver .. > Terminal showing this file will not found why.. -- You

Re: In pycharm errror

2020-04-10 Thread Andrew Fetting
Sounds like you are on file too deep. manage.py should be in {project name}\manage.py, not {project name}\{project name}\manage.py. Hope that helps. On Fri, Apr 10, 2020 at 5:23 PM Jatin Agrawal wrote: > Can you please post an image of your directory structure? Maybe then I or > someone else can

Re: In pycharm errror

2020-04-11 Thread tejasri mamidi
Huh..its in projectname/projectname/manage.py how can handle it now On Sat, Apr 11, 2020, 04:46 Andrew Fetting wrote: > Sounds like you are on file too deep. manage.py should be in {project > name}\manage.py, not {project name}\{project name}\manage.py. > Hope that helps. > > On Fri, Apr 10, 202