Re: [mezzanine-users] How to adjust page width without Twitter feed

2017-06-19 Thread Mike Dewhirst
:) :) :) Thank you Ken M On 20/06/2017 1:01 AM, Ken Bolton wrote: On Mon, Jun 19, 2017 at 10:45 AM, Mike Dewhirst > wrote: -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group.

[mezzanine-users] Re: Trouble With Deployment

2017-06-19 Thread Pat James
One important thing to understand about deployment with fabric is that it will never deploy your content. It will only deploy your application, including static files and templates, but not including any pages, blog posts, etc. which you may have added locally to your development site. This

[mezzanine-users] How to adjust page width without Twitter feed

2017-06-19 Thread Mike Dewhirst
I have commented out the twitter app and base template like this ... {% block left_panel %} {% page_menu "pages/menus/tree.html" %} {% endblock %} {% block main %}{% endblock %} {% comment %} {% nevercache %} {% include "includes/user_panel.html" %} {%

Re: [mezzanine-users] How to adjust page width without Twitter feed

2017-06-19 Thread Ken Bolton
On Mon, Jun 19, 2017 at 10:45 AM, Mike Dewhirst wrote: > > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[mezzanine-users] Issue with EXTRA_MODEL_FIELDS, mezzanine don't recognize it

2017-06-19 Thread Thales Zeng
Hi I've got an issue when trying to inject custom field featured_image into base type "Page", After I made changes in settings.py as below, when I execute py manage.py makemigrations It doesn't recognize my injection and show message: No changes detected. And when I tried to run server,

[mezzanine-users] Issue with EXTRA_MODEL_FIELDS, injection is not recognized

2017-06-19 Thread Thales Zeng
Hi I got an issue when trying to inject field featured_image into base model "Page" After I made changes in settings.py, when I execute *py manage.py makemigrations* Django won't create migration for me, it says: *No changes detected.* When I start the server and try to hit home page, got