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

2022-11-07 Thread Milson Munakami
ium=email_source=footer> >>>> . >>>> >>> -- >>> 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 >>

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...@

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
L_fAXWquJe2s6c7_pp-6s9E%3DJ9mT5PXLZmFg%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thank you, Milson Munakami Mobile: 208.220.2943 <208.220.2943> -- You received this message because you are subscribed to the Google Groups "Django users" group. T

Re: I am building an open source School Management System

2020-05-06 Thread Milson Munakami
gt; 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_source=footer> &

Re: I am building an open source School Management System

2020-05-05 Thread Milson Munakami
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 "Django

Re: Can anyone please help?

2020-05-01 Thread Milson Munakami
dpoint_display_name = endpoint_display_name profile.save() return HttpResponseRedirect(reverse('index')) On Thu, Apr 30, 2020 at 1:48 PM Milson Munakami wrote: > I am importing app level views like this in `urls.py` > from . import views > > On Thu, Apr 30, 2020 at 1:35 PM 'Amitesh Sahay' vi

Re: Can anyone please help?

2020-04-30 Thread Milson Munakami
ndpoint.as_view(), name='endpoint'), > > > Sent from Yahoo Mail on Android > <https://go.onelink.me/107872968?pid=InProduct=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers_wl=ym_sub1=Internal_sub2=Global_YGrowth_sub3=EmailSignature> > > On Thu, 30 Apr 2020 at 23:5

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 wrote

Re: Can anyone please help?

2020-04-30 Thread Milson Munakami
> import views > > > > Sent from Yahoo Mail on Android > <https://go.onelink.me/107872968?pid=InProduct=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers_wl=ym_sub1=Internal_sub2=Global_YGrowth_sub3=EmailSignature> > > On Thu, 30 Apr 2020 at 23:52, Milso

Re: Can anyone please help?

2020-04-30 Thread Milson Munakami
https://go.onelink.me/107872968?pid=InProduct=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers_wl=ym_sub1=Internal_sub2=Global_YGrowth_sub3=EmailSignature> > > On Thu, 30 Apr 2020 at 17:35, Milson Munakami > wrote: > > Can anyone please help me to resolve this issue? > >

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: