Re: [mezzanine-users] Re: Show featured images with recent posts in filter_panel.html

2014-06-07 Thread Scott Diehl
, Scott Diehl wrote: Hello all, Has anyone tried including featured images with the default recent posts block? If so, I'd love to see how this is done. Something like this: {% block blog_recent_posts %} {% blog_recent_posts 5 as recent_posts %} {% if recent_posts %} h3{% trans Recent

[mezzanine-users] Show featured images with recent posts in filter_panel.html

2014-06-06 Thread Scott Diehl
Hello all, Has anyone tried including featured images with the default recent posts block? If so, I'd love to see how this is done. Something like this: {% block blog_recent_posts %} {% blog_recent_posts 5 as recent_posts %} {% if recent_posts %} h3{% trans Recent Posts %}/h3 ul

Re: [mezzanine-users] Mezzanine under url prefix

2014-05-21 Thread Scott Diehl
:8000/ *prefix*/admin_keywords_submit/ 404 (NOT FOUND) I'm going to keep digging, but maybe someone else could test this. Any help is very appreciated, as always! thank you, Scott On Tuesday, May 20, 2014 1:14:23 PM UTC-7, Scott Diehl wrote: No problem, I appreciate all your help

Re: [mezzanine-users] Mezzanine under url prefix

2014-05-20 Thread Scott Diehl
with the admin keywords submit. On Mon, May 19, 2014 at 6:39 PM, Scott Diehl mr.d...@gmail.comjavascript: wrote: Hey Josh, The prefix ('home') is working for all my page URLs and admin dashboard. However, I've found a couple errors (I think they are related) - When creating a new page

Re: [mezzanine-users] Mezzanine under url prefix

2014-05-16 Thread Scott Diehl
something like: (^admin/, include(admin.site.urls)), You could change it to: (^whatever-prefix/admin/, include(admin.site.urls)), On Thu, May 15, 2014 at 8:12 PM, Scott Diehl mr.d...@gmail.comjavascript: wrote: I have a question in regards to this topic as well. I need to move our

Re: [mezzanine-users] Mezzanine under url prefix

2014-05-15 Thread Scott Diehl
I have a question in regards to this topic as well. I need to move our website under a site prefix (long story) - I have defined the site prefix in settings.py and have made the necessary changes in urls.py as well. The pages of the site are all working under the prefix. However, is there a

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-25 Thread Scott Diehl
Hey guys, I just realized the problem also appears when I just click on the Media Library link from the dashboard (See attached). Does that help narrow down what might be happening? Scott On Wednesday, March 19, 2014 2:55:54 PM UTC-7, Scott Diehl wrote: This started happening once we

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-25 Thread Scott Diehl
the PIL installation doesn't have jpg support. You could try pip install pillow and see if that fixes it. On Tue, Mar 25, 2014 at 11:31 AM, Scott Diehl mr.d...@gmail.comjavascript: wrote: Hey guys, I just realized the problem also appears when I just click on the Media Library link from

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-19 Thread Scott Diehl
One more thing - the subject of the error email: ERROR (EXTERNAL IP): Internal Server Error: /admin/pages/ On Wednesday, March 19, 2014 1:04:57 PM UTC-7, Scott Diehl wrote: Thanks Josh - good call. I didn't have that set up. I have attached the error message. I'm not sure, but I'm

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-19 Thread Scott Diehl
case. Have a read up on south before you try and resolve the problem: http://south.aeracode.org/ On Tue, Feb 11, 2014 at 7:05 AM, Scott Diehl mr.d...@gmail.com wrote: Hey Josh, So my local mezzanine is version 1.4.10, and the version on the server is 1.4.9. That might be the problem

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-18 Thread Scott Diehl
and resolve the problem: http://south.aeracode.org/ On Tue, Feb 11, 2014 at 7:05 AM, Scott Diehl mr.d...@gmail.comjavascript: wrote: Hey Josh, So my local mezzanine is version 1.4.10, and the version on the server is 1.4.9. That might be the problem... However, I have another issue now