Re: Admin form_url breakout problem

2019-02-15 Thread Mike Dewhirst
Django 2.0 makes no difference either so I've gone back to 1.11 for the time being. To recap ... I'm successfully launching a Stripe payment page from within the Admin  followed by a success (or failure) page which is at the following URL ...

Re: Admin form_url breakout problem

2019-02-12 Thread Mike Dewhirst
Starting a new thread with the same subject because the old thread ... https://groups.google.com/forum/#!topic/django-users/YLbWzmPfHwU ... is too long Progress report. No change in the symptoms with Python 3.6 and Django 1.11 and Django runserver. I deployed to the staging server Ubuntu

Re: Admin form_url breakout problem

2019-02-10 Thread Mike Dewhirst
mailto:django-users@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Friday, January 25, 2019 10:26 PM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout problem Matthew I think I'll back everything out and start again. There must be a basic blunder somewhere. Just talking it t

RE: Admin form_url breakout problem

2019-02-04 Thread Matthew Pava
--> scroll towards the bottom of that section -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Sunday, February 3, 2019 1:42 AM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout prob

Re: Admin form_url breakout problem

2019-02-02 Thread Mike Dewhirst
ango-users@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Friday, January 25, 2019 10:26 PM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout problem Matthew I think I'll back everything out and start again. There must be a basic blunder somewhere. Just talking it thro

Re: Admin form_url breakout problem

2019-02-01 Thread Mike Dewhirst
:26 PM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout problem Matthew I think I'll back everything out and start again. There must be a basic blunder somewhere. Just talking it through, I can definitely launch payment_view from the Admin when all the ducks are in a line

Re: Admin form_url breakout problem

2019-02-01 Thread Mike Dewhirst
used it myself. -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Friday, January 25, 2019 10:26 PM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout problem Matthew I think I'll back

Re: Admin form_url breakout problem

2019-01-29 Thread Mike Dewhirst
@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Friday, January 25, 2019 10:26 PM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout problem Matthew I think I'll back everything out and start again. There must be a basic blunder somewhere. Just

RE: Admin form_url breakout problem

2019-01-28 Thread Matthew Pava
f *Mike Dewhirst > *Sent:* Friday, January 25, 2019 3:35 AM > *To:* django-users@googlegroups.com > *Subject:* Re: Admin form_url breakout problem > > On 25/01/2019 2:40 am, Matthew Pava wrote: > > Hi Mike, > > I'm not really seeing why this is throwing errors at you.  It

Re: Admin form_url breakout problem

2019-01-25 Thread Mike Dewhirst
, 2019 3:35 AM *To:* django-users@googlegroups.com *Subject:* Re: Admin form_url breakout problem On 25/01/2019 2:40 am, Matthew Pava wrote: Hi Mike, I'm not really seeing why this is throwing errors at you.  It seems like you've done everything right.  Could you provide the code

RE: Admin form_url breakout problem

2019-01-25 Thread Matthew Pava
] On Behalf Of Mike Dewhirst Sent: Friday, January 25, 2019 3:35 AM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout problem On 25/01/2019 2:40 am, Matthew Pava wrote: Hi Mike, I'm not really seeing why this is throwing errors at you. It seems like you've done everything right

Re: Admin form_url breakout problem

2019-01-25 Thread Mike Dewhirst
On 25/01/2019 2:40 am, Matthew Pava wrote: Hi Mike, I'm not really seeing why this is throwing errors at you. It seems like you've done everything right. Could you provide the code (or the relevant parts) for the Substance Admin form? Thanks!

Re: Admin form_url breakout problem

2019-01-24 Thread Mike Wyatt
? > > Thanks! > > > > -Original Message- > > From: django-users@googlegroups.com [mailto: > django-users@googlegroups.com] On Behalf Of Mike Dewhirst > > Sent: Wednesday, January 23, 2019 5:23 PM > > To: django-users@googlegroups.com > > Subject: Re

Re: Admin form_url breakout problem

2019-01-24 Thread Mike Dewhirst
-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Wednesday, January 23, 2019 5:23 PM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout problem On 24/01/2019 9:35 am, Matthew Pava wrote: Have you tried setting APPEND_SLASH = False

RE: Admin form_url breakout problem

2019-01-24 Thread Matthew Pava
@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Wednesday, January 23, 2019 5:23 PM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout problem On 24/01/2019 9:35 am, Matthew Pava wrote: > Have you tried setting APPEND_SLASH = False in your settings? Yes. The result is ... P

Re: Admin form_url breakout problem

2019-01-23 Thread Mike Dewhirst
-users@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Wednesday, January 23, 2019 3:48 PM To: django-users@googlegroups.com Subject: Re: Admin form_url breakout problem On 24/01/2019 1:08 am, Matthew Pava wrote: It looks like your second URL is different than the first. */admin/substance

RE: Admin form_url breakout problem

2019-01-23 Thread Matthew Pava
ricky for sure! If you can see a way ... Thanks Mike > *From:*django-users@googlegroups.com > [mailto:django-users@googlegroups.com] *On Behalf Of *Mike Dewhirst > *Sent:* Wednesday, January 23, 2019 12:57 AM > *To:* Django users > *Subject:* Admin form_url breakout problem

Re: Admin form_url breakout problem

2019-01-23 Thread Mike Dewhirst
ango-users@googlegroups.com [mailto:django-users@googlegroups.com] *On Behalf Of *Mike Dewhirst *Sent:* Wednesday, January 23, 2019 12:57 AM *To:* Django users *Subject:* Admin form_url breakout problem How can I break out of the Admin to a payment gateway? I've tried form_url='billing:pa

RE: Admin form_url breakout problem

2019-01-23 Thread Matthew Pava
the second URL like so: /admin/substance/substance/(pk=1442/change/payment)/change/ From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Mike Dewhirst Sent: Wednesday, January 23, 2019 12:57 AM To: Django users Subject: Admin form_url breakout problem How can I

Admin form_url breakout problem

2019-01-22 Thread Mike Dewhirst
How can I break out of the Admin to a payment gateway? I've tried form_url='billing:payment_view'  in SubstanceAdmin.change_view() unsuccessfully. I can semi-break out of the admin and get the beginning of a payment happening with the following ...