Re: please help me to solve this error

2021-05-02 Thread ramadhan ngallen
Did you include documentation.urls in your project urls instead of foodcode.urls? On 2 May 2021, 13:40 +0300, FIRDOUS BHAT , wrote: > replacing the documentation app with foodcode should resolve the issue > > On Sun, May 2, 2021 at 3:13 PM ramadhan ngallen wrote: > > Remove the app called

Re: please help me to solve this error

2021-05-02 Thread FIRDOUS BHAT
replacing the documentation app with foodcode should resolve the issue On Sun, May 2, 2021 at 3:13 PM ramadhan ngallen wrote: > Remove the app called documentation and replace it with foodcode. From > directory you don't have an app called documentation > On 2 May 2021, 12:41 +0300,

Re: please help me to solve this error

2021-05-02 Thread Franck Tchouanga
CAN YOU SHOW CASE THE SECTION WHERE YOU IMPORTED YOUR LIBRARIES On Sun, May 2, 2021 at 10:57 AM ramadhan ngallen wrote: > Save your project it's not using autosave. Add trailing comma at the end > DIR list of template directories then run migrations and observe the error > on Terminal > On 2

Re: please help me to solve this error

2021-05-02 Thread ramadhan ngallen
Save your project it's not using autosave. Add trailing comma at the end DIR list of template directories then run migrations and observe the error on Terminal On 2 May 2021, 12:52 +0300, Bheemanagowda S Gowdra , wrote: > > > On Sun, May 2, 2021 at 3:19 PM ramadhan ngallen wrote: > > Expand

Re: please help me to solve this error

2021-05-02 Thread ramadhan ngallen
Expand your template directory so that we can see if documentation.html is existing On 2 May 2021, 12:47 +0300, Bheemanagowda S Gowdra , wrote: > yes i got my mistake(instead of writing app name wrote html file name) > > but after this also getting same error > > On Sun, May 2, 2021 at 3:10 PM

Re: please help me to solve this error

2021-05-02 Thread ramadhan ngallen
Don't forget to add comma , at the end of each installed apps list. On 2 May 2021, 12:41 +0300, Bheemanagowda S Gowdra , wrote: > this screenshot of settings.py INSTALLED_APPS list > > > On Sun, May 2, 2021 at 3:00 PM ramadhan ngallen wrote: > > Show settings.py INSTALLED_APPS list. It seems

Re: please help me to solve this error

2021-05-02 Thread ramadhan ngallen
Remove the app called documentation and replace it with foodcode. From directory you don't have an app called documentation On 2 May 2021, 12:41 +0300, Bheemanagowda S Gowdra , wrote: > this screenshot of settings.py INSTALLED_APPS list > > > On Sun, May 2, 2021 at 3:00 PM ramadhan ngallen

Re: please help me to solve this error

2021-05-02 Thread FIRDOUS BHAT
Seems like you've added documentation as a app name to your settings.py but there isn't any app created with the name documentation On Sun, May 2, 2021 at 3:00 PM ramadhan ngallen wrote: > Show settings.py INSTALLED_APPS list. It seems you added an app named > "documentation" . > On 2 May 2021,

Re: please help me to solve this error

2021-05-02 Thread ramadhan ngallen
Show settings.py INSTALLED_APPS list. It seems you added an app named "documentation" . On 2 May 2021, 12:25 +0300, Bheemanagowda S Gowdra , wrote: > sorry i am new to django and learning from youtube, > > i don't know what is happening while running "python manage.py runserver" > > On Sun, May

RE: please help me to solve this error

2021-05-02 Thread yeddu.j.prasad
@googlegroups.com Subject: Re: please help me to solve this error sorry i am new to django and learning from youtube, i don't know what is happening while running "python manage.py runserver" On Sun, May 2, 2021 at 2:49 PM Kasper Laudrup mailto:laud...@stacktrace.dk> > wrote: Have a l

Re: please help me to solve this error

2021-05-02 Thread Bheemanagowda S Gowdra
sorry i am new to django and learning from youtube, i don't know what is happening while running "python manage.py runserver" On Sun, May 2, 2021 at 2:49 PM Kasper Laudrup wrote: > Have a look here: > > > https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd > >

Re: please help me to solve this error

2021-05-02 Thread Kasper Laudrup
Have a look here: https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd Kind regards, Kasper Laudrup -- 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

Re: Please help me to solve the error

2019-09-01 Thread Gabriel Araya Garcia
appear to have any patterns in it. If you see valid patterns in the > file then the issue is probably caused by a circular import. > > Please help me to solve the error > > Regards, > Django user > > -- > You received this message because you are subscribed to the G

Re: Please help me to solve the error

2019-09-01 Thread Sebastian Jung
he included URLconf ' 'polls.urls' from > 'C:\\Users\\Administrator\\PycharmProjects\\website2\\mysite\\polls\\urls.py'>' > does > not appear to have any patterns in it. If you see valid patterns in the > file then the issue is probably caused by a circular import. > >

Please help me to solve the error

2019-09-01 Thread Manas Sanas
runserver' ; then the follwing error is displayed in the terminal - django.core.exceptions.ImproperlyConfigured: The included URLconf '' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import. Please help me