Re: Unable to establish odbc connection to MS SQL Server

2020-04-27 Thread Darren Williams
Lets On Apr 27, 2020 10:31 PM, "Gurmeet Kaur" wrote: Hi There, I have also implemented this in my project. The code in my settings.py is below. You could also try the same. DATABASES = { 'default': { 'ENGINE': 'sql_server.pyodbc', 'NAME': 'MyDbName', 'USER':

Re: Pass post data to UpdateView

2020-04-26 Thread Darren Williams
Talk to me On Sun, Apr 26, 2020, 18:18 Darren Williams wrote: > Ain't really sure learning myself but I look into it for you > > On Apr 26, 2020 8:02 AM, "'MH' via Django users" < > django-users@googlegroups.com> wrote: > > Hi > > I do not know

Re: Pass post data to UpdateView

2020-04-26 Thread Darren Williams
Ain't really sure learning myself but I look into it for you On Apr 26, 2020 8:02 AM, "'MH' via Django users" < django-users@googlegroups.com> wrote: Hi I do not know how to access request.POST, when I call UpdateView. Just to avoid a misunderstanding: I do not want to process the data after