Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread Chris Davies-Barnard
APPS? And is the > Page model properly registered with the admin site? > > How exactly did you reach that URL? Does the admin work if you just use > /admin/? > > -James > On Nov 8, 2015 1:46 AM, "Chris Davies-Barnard" <porang...@gmail.com > > wrote: &

Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread Chris Davies-Barnard
as the image box failed to load period. I'm also wondering whether I could/should use reverse_lazy because of when this line is being called. Cheers for your help. I'd be interested in your thoughts. Chris On Sunday, 8 November 2015 09:46:25 UTC, Chris Davies-Barnard wrote: > > Hi

Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread Chris Davies-Barnard
ing. > > -James > On Nov 7, 2015 9:53 AM, "Chris Davies-Barnard" <porang...@gmail.com > > wrote: > >> Hi all, >> >> I posted this on SO but have not had any interest and I'm still stuck so >> would really really appreciate someone taking a lo

Django TinyMCE external_image_list_url breaking admin urls

2015-11-07 Thread Chris Davies-Barnard
Hi all, I posted this on SO but have not had any interest and I'm still stuck so would really really appreciate someone taking a look. I have a pages app into which I have implemented TinyMCE for the main content. This works and I am able to format content and view it on the front end. I'm