Re: Django wizard form issue

2020-05-31 Thread Yeswanth Kumar
Thank you for your response On Sun, May 31, 2020 at 11:32 AM Kye Russell wrote: > Hi Yeswanth, > > It is not appropriate to send tech support requests to this mailing list. > > Wizard views are part of ‘django-formtools’ which is a third-party > package. > > Adam’s response contains suggestions

Re: Django wizard form issue

2020-05-30 Thread Kye Russell
Hi Yeswanth, It is not appropriate to send tech support requests to this mailing list. Wizard views are part of ‘django-formtools’ which is a third-party package. Adam’s response contains suggestions for other support channels where you may be able to have your questions answered. Kye > On

Re: Django wizard form issue

2020-05-30 Thread Antje Kazimiers
Adam gave his answer, because your issue sounds like you are having problems using the django ecosystem like wizard form as a django developer. You should better raise your question on the django USERS mailing list django-us...@googlegroups.com then. Django-developers is the mailing list for peop

Re: Django wizard form issue

2020-05-30 Thread Yeswanth Kumar
Hi Adam, I have an development issue, That's why i raised an issue. On Fri, May 29, 2020 at 3:25 AM Adam Johnson wrote: > Hi! > > I think you've found the wrong mailing list for this post. This mailing > list is for discussing the development of Django itself, not for support > using Django. Th

Re: Django wizard form issue

2020-05-28 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely t

Django wizard form issue

2020-05-28 Thread Yeswanth Kumar
Hi all, I have an issue with the Django wizard form directs to payment gateway page, Is it possible with wizard form? And how to include the payment gateway code in Django wizard form views -- You received this message because you are subscribed to the Google Groups "Django developers (Cont