Re: Django server msg Error

2024-09-22 Thread kumbhaj shukla
Kumbhaj.tech Looking for opportunities On Sun, 22 Sep, 2024, 4:40 am Sekou Dynasty, wrote: > That is great, Anudeep. Is it possible to share the git remote url? > > On Sat, 21 Sept 2024 at 10:22, Anudeep Gudimalla > wrote: > >> Iam using git scm >> >> On Sat, Sep 21, 2024 at 5:39 AM Sekou Dyna

Re: Django server msg Error

2024-09-21 Thread Sekou Dynasty
That is great, Anudeep. Is it possible to share the git remote url? On Sat, 21 Sept 2024 at 10:22, Anudeep Gudimalla wrote: > Iam using git scm > > On Sat, Sep 21, 2024 at 5:39 AM Sekou Dynasty wrote: > >> Hi Anudeep, >> >> I'm really glad you were able to figure it out! By the way, which versi

Re: Django server msg Error

2024-09-21 Thread Bounama Kounta GOUDIABY
First of all, if you create your project, you also need to create an application. Then you create a file named urls.py in the application's folder. and change the "pages_urls" to "nom_application.urls" Le sam. 21 sept. 2024 à 16:39, TERENCE BOKO EFIO a écrit : > Greetings brother, am a junior de

Re: Django server msg Error

2024-09-21 Thread Bounama Kounta GOUDIABY
Look at this video it's in French but if you watch you understand .it's me who produced this vodeio. Here is the Youtube link https://www.youtube.com/watch?v=EsZBO8lFgzM&list=PLmFq7JEQeE36K162O3ZFTo-dWSMvXx1py Le sam. 21 sept. 2024 à 18:26, Bounama Kounta GOUDIABY < bounamakountagoudi...@gmail.com

Re: Django server msg Error

2024-09-21 Thread TERENCE BOKO EFIO
Greetings brother, am a junior developer. I want to have a great understanding of Django as a beginner. If you won't mind, can you please share the WSVincent 5th edition book with me. On Fri, 20 Sept 2024, 23:43 Anudeep Gudimalla, wrote: > I figured it out thanks for response > > On Fri, Sep 20,

Re: Django server msg Error

2024-09-21 Thread Anudeep Gudimalla
Iam using git scm On Sat, Sep 21, 2024 at 5:39 AM Sekou Dynasty wrote: > Hi Anudeep, > > I'm really glad you were able to figure it out! By the way, which version > control system are you using for the project? > > On Fri, 20 Sept 2024 at 19:43, Anudeep Gudimalla > wrote: > >> I figured it out

Re: Django server msg Error

2024-09-21 Thread Sekou Dynasty
Hi Anudeep, I'm really glad you were able to figure it out! By the way, which version control system are you using for the project? On Fri, 20 Sept 2024 at 19:43, Anudeep Gudimalla wrote: > I figured it out thanks for response > > On Fri, Sep 20, 2024 at 3:41 PM ALINDA Fortunate < > alindafortu

Re: Django server msg Error

2024-09-20 Thread ALINDA Fortunate
You are welcome. On Fri, Sep 20, 2024 at 10:43 PM Anudeep Gudimalla wrote: > I figured it out thanks for response > > On Fri, Sep 20, 2024 at 3:41 PM ALINDA Fortunate < > alindafortuna...@gmail.com> wrote: > >> Have you got the help that you wanted? >> >> On Thu, Sep 19, 2024 at 6:30 PM Anudeep

Re: Django server msg Error

2024-09-20 Thread Anudeep Gudimalla
I figured it out thanks for response On Fri, Sep 20, 2024 at 3:41 PM ALINDA Fortunate wrote: > Have you got the help that you wanted? > > On Thu, Sep 19, 2024 at 6:30 PM Anudeep Gudimalla > wrote: > >> Hi Bharath, >> >> Thanks for reaching out. >> >> I have created the urls.py and views.py unde

Re: Django server msg Error

2024-09-20 Thread ALINDA Fortunate
Have you got the help that you wanted? On Thu, Sep 19, 2024 at 6:30 PM Anudeep Gudimalla wrote: > Hi Bharath, > > Thanks for reaching out. > > I have created the urls.py and views.py under pages folder and navigated > as book says. > > please find the attachments. > > On Thu, Sep 19, 2024 at 11:

Re: Django server msg Error

2024-09-20 Thread Adarsh Chand ramola
What do you mean? You are a beginner On Thu, 19 Sept 2024, 8:30 pm Anudeep Gudimalla, wrote: > Hi all > > Firstly, im learning Django by book "Django for beginners - WSVincent 5th > edition" in chapter-2 i'm trying to up the server to display msg "Hello > World!". The development server was up b

Re: Django server msg Error

2024-09-20 Thread Anudeep Gudimalla
Hi LaVie, Thanks for your response. I sorted out the issue by mistake i wrote urls.py code in pages app instead of project urls.py. Thank you. On Thursday, September 19, 2024 at 6:04:55 PM UTC-4 LaVie wrote: > Hi Anudeep, > > > I am glad you are taking the time to learn Django. > I believe th

Re: Django server msg Error

2024-09-19 Thread LaVie
Hi Anudeep, I am glad you are taking the time to learn Django. I believe the message has been displayed. Can I ask what changes were made? On Thursday 19 September 2024 at 15:01:38 UTC Anudeep Gudimalla wrote: > Hi all > > Firstly, im learning Django by book "Django for beginners - WSVincent 5t

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
I have Already registered the pages app in settings.py file On Thu, Sep 19, 2024 at 1:28 PM KPADE Kouami Antoine wrote: > The problème IS simple juste going to registre your app in project on > setting.py file > > Le jeu. 19 sept. 2024, 16:30, Gulshan Yadav > a écrit : > >> Please send me proj

Re: Django server msg Error

2024-09-19 Thread KPADE Kouami Antoine
The problème IS simple juste going to registre your app in project on setting.py file Le jeu. 19 sept. 2024, 16:30, Gulshan Yadav a écrit : > Please send me project name > > On Thu, Sep 19, 2024, 9:43 PM Gulshan Yadav > wrote: > >> Which one are you clone bro? >> >> On Thu, Sep 19, 2024, 9:18 P

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Firstly, i created virtual environment by python -m venv .venv .venv\Scripts\Activate.ps1 - activated the venv (.venv) $ python -m pip install django~=5.0.0 - installed django in it (.venv) $ python -m pip install black - installed black in it. (.venv) $ django-admin startproject django_project . -

Re: Django server msg Error

2024-09-19 Thread Gulshan Yadav
Please send me project name On Thu, Sep 19, 2024, 9:43 PM Gulshan Yadav wrote: > Which one are you clone bro? > > On Thu, Sep 19, 2024, 9:18 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >> What's your project folder? Did you create a new app inside the project? >> You

Re: Django server msg Error

2024-09-19 Thread Gulshan Yadav
Which one are you clone bro? On Thu, Sep 19, 2024, 9:18 PM RANGA BHARATH JINKA wrote: > Hi, > > What's your project folder? Did you create a new app inside the project? > You have registered your pages app URLs in the project. But you have to > create a new urls.py file inside the app and import

Re: Django server msg Error

2024-09-19 Thread RANGA BHARATH JINKA
Hi, What's your project folder? Did you create a new app inside the project? You have registered your pages app URLs in the project. But you have to create a new urls.py file inside the app and import view On Thu, Sep 19, 2024 at 9:00 PM Anudeep Gudimalla wrote: > Hi Bharath, > > Thanks for rea

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Please find the shell screenshot attached. Thank you. On Thu, Sep 19, 2024 at 11:28 AM Anudeep Gudimalla wrote: > Hi Bharath, > > Thanks for reaching out. > > I have created the urls.py and views.py under pages folder and navigated > as book says. > > please find the attachments. > > On Thu, Se

Re: Django server msg Error

2024-09-19 Thread Anudeep Gudimalla
Hi Bharath, Thanks for reaching out. I have created the urls.py and views.py under pages folder and navigated as book says. please find the attachments. On Thu, Sep 19, 2024 at 11:08 AM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Did you create a view and link it to a URL

Re: Django server msg Error

2024-09-19 Thread RANGA BHARATH JINKA
Hi, Did you create a view and link it to a URL like /home? Then, you have to go to that URL to see the message. Thanks, Bharath On Thu, Sep 19, 2024 at 8:31 PM Anudeep Gudimalla wrote: > Hi all > > Firstly, im learning Django by book "Django for beginners - WSVincent 5th > edition" in chapter-