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 ... http://localhost:8000/admin/substance/substance/144

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 16.0

Re: Admin form_url breakout problem

2019-02-10 Thread Mike Dewhirst
t 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 everything

RE: Admin form_url breakout problem

2019-02-04 Thread Matthew Pava
_urls --> 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

Re: Admin form_url breakout problem

2019-02-02 Thread Mike Dewhirst
-- 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 everything out and start again. There mus

Re: Admin form_url breakout problem

2019-02-01 Thread Mike Dewhirst
e 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 through, I can definitely launch payment_vi

Re: Admin form_url breakout problem

2019-02-01 Thread Mike Dewhirst
for some good examples.  I've 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

Re: Admin form_url breakout problem

2019-01-29 Thread Mike Dewhirst
essage- 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 everything out and start again. There must

RE: Admin form_url breakout problem

2019-01-28 Thread Matthew Pava
ps.com] *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 th

Re: Admin form_url breakout problem

2019-01-25 Thread Mike Dewhirst
day, 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.  Could you

RE: Admin form_url breakout problem

2019-01-25 Thread Matthew Pava
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 everyt

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
the Substance > Admin form? > > 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@googlegr

Re: Admin form_url breakout problem

2019-01-24 Thread Mike Dewhirst
inal 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: Admin form_url breakout problem On 24/01/2019 9:35 am, Matthew Pava wrote: Have you trie

RE: Admin form_url breakout problem

2019-01-24 Thread Matthew Pava
ango-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 in your settings? Yes. The result is

Re: Admin form_url breakout problem

2019-01-23 Thread Mike Dewhirst
lto:django-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

RE: Admin form_url breakout problem

2019-01-23 Thread Matthew Pava
Have you tried setting APPEND_SLASH = False in your settings? -Original Message- From: django-users@googlegroups.com [mailto:django-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

Re: Admin form_url breakout problem

2019-01-23 Thread Mike Dewhirst
On 24/01/2019 1:08 am, Matthew Pava wrote: It looks like your second URL is different than the first. */admin/substance/substance/1442/change/payment* */admin/substance/substance/1442/change/payment/change/* If you just want to add a slash, then add it. */admin/substance/substance/1442/chang

RE: Admin form_url breakout problem

2019-01-23 Thread Matthew Pava
It looks like your second URL is different than the first. /admin/substance/substance/1442/change/payment /admin/substance/substance/1442/change/payment/change/ If you just want to add a slash, then add it. /admin/substance/substance/1442/change/payment/ I’m guessing that Django is interpreting t