Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread Chris Davies-Barnard
x27;()' and keyword arguments '{'app_label': 'unitsoflearning'}' not found. 0 pattern(s) tried: []* On Sunday, 8 November 2015 10:04:34 UTC, James Schneider wrote: > > Do you have an app named 'main'? Is it part of INSTALLED_APPS? And is

Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread Chris Davies-Barnard
not use tinymce 4 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 Davi

Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread Chris Davies-Barnard
efer to it by name. > ;-) > > If that doesn't work, please post the error and entire traceback that you > are receiving. > > -James > On Nov 7, 2015 9:53 AM, "Chris Davies-Barnard" > wrote: > >> Hi all, >> >> I posted this on SO but have

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 now