SPAM sent via this list?

2019-01-09 Thread Lachlan Musicman
I just got a spam email from the account aphiso...@gmail.com That is threaded to my previous response to Alejandro Reyes's email Here's the raw header Delivered-To: data...@gmail.com Received: by 2002:ab0:59f2:0:0:0:0:0 with SMTP id k47csp1496731uad; Wed, 9 Jan 2019 20:15:11 -0800 (PST

Re: How & Where are Django View Functions Called?

2019-01-09 Thread Lachlan Musicman
On Thu, 10 Jan 2019 at 14:36, Alejandro Reyes wrote: > Hi, > > Suppose I have a standard views.py module in my Django app and that app > has a simple function: > > def home(request): >form =request.POST['form'] > > > Where exactly in the Django framework does it specifically call 'home' > wit

How & Where are Django View Functions Called?

2019-01-09 Thread Alejandro Reyes
Hi, Suppose I have a standard views.py module in my Django app and that app has a simple function: def home(request): form =request.POST['form'] Where exactly in the Django framework does it specifically call 'home' with the correctly typed parameter 'request'? I want to know this for Stat

Re: Get the maximum possible ID value for a primary key?

2019-01-09 Thread shiva kumar
can you explain it indetail On Wed, Jan 9, 2019 at 7:18 PM Stodge wrote: > Is there a way to get the maximum value that an ID can be for a model that > uses AutoField for its primary key? For example, in PostgreSQL I could do: > > SELECT maximum_value FROM information_schema.sequences WHERE > s

Get the maximum possible ID value for a primary key?

2019-01-09 Thread Stodge
Is there a way to get the maximum value that an ID can be for a model that uses AutoField for its primary key? For example, in PostgreSQL I could do: SELECT maximum_value FROM information_schema.sequences WHERE sequence_name = 'my_sequence_id_seq'; maximum_value --- 9 (1 row)

Re: Installing and using django registration – backends

2019-01-09 Thread Yuval Bachrach
my latest response failed to make it - SO I am trying again (converted some text to jpg - the contect of dirs() and "ls" in shell) The package is installed (pip) and migration is clean. Next steps at the documents: Adding to urls at urlpatterns but I get error messages (details below). So I am sta

Re: Pop-up forms

2019-01-09 Thread shiva kumar
As i am new to django i dont know about pop-up forms. can you give an overview of it please. On Tue, Jan 8, 2019 at 7:34 PM DrTen wrote: > Hi Did you ever solved this issue, its 2019 and I still can't find a > working solution. > > On Monday, October 9, 2006 at 3:31:19 PM UTC-5, hernan43 wrote: