Re: Looking for available support to start a School Management Application

2022-11-07 Thread Milson Munakami
zkFn5VMnn%3DKcUTZ6Gw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this

Any volunteers for integrating React.js with existing Django web application

2021-02-24 Thread Milson Munakami
. -- Thank you, Milson Munakami https://misltein.me <208.220.2943> -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@goog

Re: Anyone have similar issue of POST 2 times while importing any simple models using django-import-export package

2020-05-11 Thread Milson Munakami
oogle.com/d/msgid/django-users/CAG7yD2%2BizqSjTnL_fAXWquJe2s6c7_pp-6s9E%3DJ9mT5PXLZmFg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Thank you, Milson Munakami Mobile: 208.220.2943 <208.220.2943> -- You received this message because you are subscribed to th

Re: I am building an open source School Management System

2020-05-06 Thread Milson Munakami
sit > https://groups.google.com/d/msgid/django-users/CACP0aXgVGM2%3DpDgzeuFNVFB-LwOcpq7aDf%3Dr2J5Xir2J2qmUyA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CACP0aXgVGM2%3DpDgzeuFNVFB-LwOcpq7aDf%3Dr2J5Xir2J2qmUyA%40mail.gmail.com?utm_medium=email&utm_source=foo

Re: I am building an open source School Management System

2020-05-05 Thread Milson Munakami
on the web visit > https://groups.google.com/d/msgid/django-users/790f347d-a565-4c91-a2b0-fc273702178b%40googlegroups.com > . > -- Thank you, Milson Munakami Mobile: 208.220.2943 <208.220.2943> -- You received this message because you are subscribed to the Google Groups "

Re: Can anyone please help?

2020-05-01 Thread Milson Munakami
nt_information_as_json['display_name'] else: endpoint_display_name = None # update the User profile with Endpoint selected info profile = request.user.userprofile profile.endpoint_id = endpoint_id profile.endpoint_display_name = endpoint_display_name profile.save() return HttpResponseRedirect(re

Re: Can anyone please help?

2020-04-30 Thread Milson Munakami
oint/', views.Endpoint.as_view(), name='endpoint'), > > > Sent from Yahoo Mail on Android > <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=

Re: Can anyone please help?

2020-04-30 Thread Milson Munakami
But when I refresh the page it shows I am still logged in user. Only problem is when the external page redirects it can't see the logged in user. SOmething in setting am I missing per as you can see all *Middlewares *are included correctly!. On Thu, Apr 30, 2020 at 1:38 PM Milson Munakami

Re: Can anyone please help?

2020-04-30 Thread Milson Munakami
; OR > > import views > > > > Sent from Yahoo Mail on Android > <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature> >

Re: Can anyone please help?

2020-04-30 Thread Milson Munakami
ahoo Mail on Android > <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature> > > On Thu, 30 Apr 2020 at 17:35, Milson Munakami > wrote: &

Can anyone please help?

2020-04-30 Thread Milson Munakami
Can anyone please help me to resolve this issue? https://stackoverflow.com/q/61514512/1316060 My url path in project's url.py is defined as follows: path('endpoint/', views.Endpoint.as_view(), name='get_endpoint'), The views.py include the following class to handle this routing: @method_decora