Re: Resolving my Display

2022-12-17 Thread ekong.e...@lmu.edu.ng
Go to your app directory " ...\\myNewproject\\PMSdate\\PMSDetails_data\\urls.py, check if you have added your : from django.urls import path app_name = "PMSDetails_data" urlpatterns = [ path('your_url/', views.function, name="url_name"), ] On Saturday, December 17, 2022 at 9:52:04 PM UTC+1 e

Re: Resolving my Display

2022-12-17 Thread ekong.e...@lmu.edu.ng
You have not included a "urls.py" file in your app directory... sorry i am just seeing this. On Thursday, December 15, 2022 at 3:36:49 PM UTC+1 gabk...@gmail.com wrote: > Good day, i am new to Django and i seems to be having issues with my > runserver and display...kindly help me resolve. --

Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
Good day, kindly do assist me resolve this error. On Thursday, 15 December 2022 at 17:32:01 UTC+1 Adekola Aderonmu wrote: > okay here is the file structure[image: 1.png][image: 2.png][image: > 3.png][image: > 4.png][image: 5.png][image: 6.png][image: 7.png] > > On Thursday, 15 December 2022 at

Re: Resolving my display

2022-12-15 Thread Raeesh 23
from app_name import views it is imported inside urls.py On Thursday, 15 December 2022 at 21:14:06 UTC+5:30 gabk...@gmail.com wrote: > please, where am i to import the views from. please, pardon me. > Thanks. > > On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com wrote: > >> Im

Re: Resolving my display

2022-12-15 Thread Raeesh 23
import views.py file like that: from app_name import views On Thursday, 15 December 2022 at 20:47:52 UTC+5:30 gabk...@gmail.com wrote: > hello, so i tried it and this is stil what i got...kindly, assist me. i'm > lost [image: ddjango2.png][image: ddjango3.png] > > On Thursday, 15 December 2022

Re: Resolving my display

2022-12-15 Thread Bhuvnesh Sharma
Screenshot of folder structure On Thu, Dec 15, 2022, 9:46 PM Adekola Aderonmu wrote: > sorry, i did'nt get that. can i send what? > > On Thursday, 15 December 2022 at 17:05:08 UTC+1 bhuvn...@gmail.com wrote: > >> Can you send ss of the file structure of your project. >> >> >> On Thu, Dec 15, 202

Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
sorry, i did'nt get that. can i send what? On Thursday, 15 December 2022 at 17:05:08 UTC+1 bhuvn...@gmail.com wrote: > Can you send ss of the file structure of your project. > > > On Thu, Dec 15, 2022, 9:31 PM Adekola Aderonmu wrote: > >> okay, is this what you mean [image: dddjango2.png][image

Re: Resolving my display

2022-12-15 Thread Bhuvnesh Sharma
In the file where your PMSdetails_data and admin url is located On Thu, Dec 15, 2022, 9:14 PM Adekola Aderonmu wrote: > please, where am i to import the views from. please, pardon me. > Thanks. > > On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com wrote: > >> Import views first

Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
please, where am i to import the views from. please, pardon me. Thanks. On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com wrote: > Import views first : > from PMSdetails_data import views > > On Thu, Dec 15, 2022, 8:47 PM Adekola Aderonmu wrote: > >> hello, so i tried it and thi

Re: Resolving my display

2022-12-15 Thread Adekola Aderonmu
yes, it has. [image: ddjango1.png] or is there any other URL i need to look at On Thursday, 15 December 2022 at 15:51:29 UTC+1 Kasper Laudrup wrote: > On 15/12/2022 15.37, Adekola Aderonmu wrote: > > so sorry > > Have you tried looking into what the error message informs you to do? > > Does PMSd

Re: Resolving my display

2022-12-15 Thread 'Kasper Laudrup' via Django users
On 15/12/2022 15.37, Adekola Aderonmu wrote: so sorry Have you tried looking into what the error message informs you to do? Does PMSdetails_data/urls.py have any URL patterns in it? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Dj

Re: Resolving my display

2022-12-15 Thread Benjamin Schollnick
> Good day, i'm just beginning to learn django. Kindly help resolve this error. What error are you experiencing, since there’s no obvious issue in the screen capture that I see? - Benjamin > > > -- > You received this message because you are subscribed to the Google Groups > "Djan