Re: Why is the Django server running even when pytlinter shows that there's some bug in the code?

2019-12-03 Thread Aaryan Dewan
org/project/pylint-django/ > > Hope that helps, > Daniel > > > On Tue, Dec 3, 2019 at 1:34 PM Aaryan Dewan > wrote: > >> I was just following this tutorial, on how to make Django apps and how to >> display a database to the user. I created a simple database in m

Re: Why is the Django server running even when pytlinter shows that there's some bug in the code?

2019-12-03 Thread Aaryan Dewan
error and it magically disappears: > > > > *# pylint: disable=no-member* > > > > > > Bruckner de Villiers > > 083 625 1086 > > > > *From: *> on behalf of Aaryan > Dewan > > *Reply to: *> > *Date: *Tuesday, 03 December 2019 at 1

I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Aaryan Dewan
I was making a simple django application in which it will lookup to google.com and display all the links. Here's some of the code( that's causing the error ): from django.shortcuts import render, HttpResponse import requests from bs4 import BeautifulSoup def scrape(request): page = request

Re: I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Aaryan Dewan
t; > El dom., 22 dic. 2019 8:55, Aaryan Dewan > > escribió: > >> I was making a simple django application in which it will lookup to >> google.com and display all the links. Here's some of the code( that's >> causing the error ): >> >> from

Re: I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Aaryan Dewan
servic.net > wrote: > >> Hello , >> >> You add four !!! ;-) try yo remove one >> >> Bye , and have nice day >> >> El dom., 22 dic. 2019 8:55, Aaryan Dewan > > escribió: >> >>> I was making a simple django application in