Resolving my Display

12 views
Skip to first unread message

Adekola Aderonmu

unread,
Dec 15, 2022, 9:36:49 AM12/15/22
to Django users
Good day, i am new to Django and i seems to be having issues with my runserver and display...kindly help me resolve.
django 2.png
django 3.png
django console.png
Message has been deleted

ekong.e...@lmu.edu.ng

unread,
Dec 17, 2022, 4:40:01 PM12/17/22
to Django users
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 ekong.e...@lmu.edu.ng wrote:
You have not included a "urls.py" file in your app directory... sorry i am just seeing this.
Reply all
Reply to author
Forward
0 new messages