[mezzanine-users] fabfile for subversion questions

2014-10-07 Thread Mike Dewhirst
I have been using Subversion for years. It doesn't seem to be broken. So I'm trying to broaden fabfile.py to also use subversion and don't know what this means in the deploy method ... # approximately line 503 last_commit = git rev-parse HEAD if git else hg id -i I have tried to decipher the

Re: [mezzanine-users] I just deployed my mezzanine website using fab all and the website is empty (database not found)

2015-07-29 Thread Mike Dewhirst
On 29/07/2015 5:23 PM, Bhavani Shankar wrote: I figured there's a problem in detecting the postgresql database. I went to local_settings.py and saw that the user and name of the database were set to the project's name. (different from my local machine) How can I fix this? In settings.py you

Re: [mezzanine-users] index.html image problem

2015-08-14 Thread Mike Dewhirst
a more detailed error message will be necessary to figure out what's going wrong. I'm assuming this message is in the logs? Thanks Ryne, unfortunately no. Nothing in the supervisor, gunicorn or nginx logs. Are there any others? On Fri, Aug 14, 2015 at 9:14 AM, Mike Dewhirst mi...@dewhirst.com.au

Re: [mezzanine-users] index.html image problem

2015-08-15 Thread Mike Dewhirst
for various reasons. Thanks again Mike Also, where are you getting the uninformative there has been an error or similar? On Fri, Aug 14, 2015 at 8:00 PM, Mike Dewhirst mi...@dewhirst.com.au mailto:mi...@dewhirst.com.au wrote: On 14/08/2015 11:59 PM, Ryne Everett wrote: Â Â

Re: [mezzanine-users] index.html image problem

2015-08-15 Thread Mike Dewhirst
class=logotopleft img src={% static img/SSDSBrandXXSmallFA.png %} height=51 width=271 / /div ... which are inside the base.html container div I also tried it without the div tags. I appreciate your persistence. Thanks. Mike On Fri, Aug 14, 2015 at 8:00 PM, Mike Dewhirst mi

Re: [mezzanine-users] index.html image problem

2015-08-15 Thread Mike Dewhirst
at it with DEBUG true. Cheers Mike On Sat, Aug 15, 2015 at 2:46 AM, Mike Dewhirst mi...@dewhirst.com.au mailto:mi...@dewhirst.com.au wrote: On 15/08/2015 10:45 AM, Ryne Everett wrote:   Thanks Ryne, unfortunately no. Nothing in the supervisor, gunicorn  Â

Re: [mezzanine-users] Aborting, no hosts defined.

2015-08-11 Thread Mike Dewhirst
a month. Distress somewhat dissolved :) Cheers Mike On Tue, Aug 11, 2015 at 11:16 PM, Mike Dewhirst mi...@dewhirst.com.au javascript: wrote: Trying to start up a new CMS is causing me strife with fab deploy and I would appreciate a hint ... This is the dev/deploy setup: Windows

[mezzanine-users] index.html image problem

2015-08-14 Thread Mike Dewhirst
Is there a rule which says index.html cannot extend base.html? It does seem to work - at least until I try and use an img tag. It then barfs with an uninformative there has been an error or similar. The base.html blocks all render nicely - but not the content. Could it be that I need a plain

Re: [mezzanine-users] Why custom css is not being applied

2015-09-04 Thread Mike Dewhirst
On 2/09/2015 5:38 AM, automotive...@gmail.com wrote: It seems that my custom css styles for my home page and content pages are no longer being applied. I applied them via additional css files and listed those add'l files after the default css files that ship with Mezzanine. I did it that way so

Re: [mezzanine-users] Non-ascii slug transliteration

2016-01-10 Thread Mike Dewhirst
On 11/01/2016 1:25 PM, dboriso...@gmail.com wrote: Yes it is but it is not that i want =) Sorry for my poor english. May be you did not correctly understand my previous message. I want to convert any unicode symbols to english ascii symbols. slugify_unicode makes url with russian characters if

Re: [mezzanine-users] keepachangelog.com

2016-05-31 Thread Mike Dewhirst
On 1/06/2016 6:12 AM, Ryne Everett wrote:  ### Why can’t people just use a `git log` diff? Because log diffs are full of noise — by nature. They could not make a suitable change log even in a hypothetical project run by perfect humans who never make typos, never forget to

Re: [mezzanine-users] TinyMCE debugging - Mezzanine 4, Django 10, Python 2.7

2017-08-22 Thread Mike Dewhirst
. I closed the dumb admin page and hope to never see it again. Many thanks for responding. Got me going. Cheers Mike -ken On Tue, Aug 22, 2017 at 4:20 AM, Mike Dewhirst <mi...@dewhirst.com.au <mailto:mi...@dewhirst.com.au>> wrote: I'm revisiting a longstanding problem wh

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 <mi...@dewhirst.com.au <mailto:mi...@dewhirst.com.au>> wrote: -- You received this message because you are subscribed to the Google Groups "Mezza

Re: [mezzanine-users] wysiwyg

2017-06-20 Thread Mike Dewhirst
On 21/06/2017 11:48 AM, Ryne Everett wrote: Tinymce comes bundled with the project. Once you log into the admin a lot of content becomes inline-editable if that's what you're after. Ryne Yes it is. I installed Django 1.10.7 and Mezzanine 4.2.3 in a virtualenv, adopted the identical database

[mezzanine-users] wysiwyg

2017-06-20 Thread Mike Dewhirst
How should I get wysiwyg editing happening in Mezzanine 4.2.3? Django 1.10 and Py2.7 The docs seem to suggest it is already there. I can see tinymce in the grapelli folder. I have run collectstatic but no cigar. Is it documented? Do I follow the Django way and install django-tinymce?

[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] wysiwyg

2017-06-22 Thread Mike Dewhirst
On 21/06/2017 8:18 PM, Melvyn Sopacua wrote: On Wednesday 21 June 2017 14:48:52 Mike Dewhirst wrote: On 21/06/2017 11:48 AM, Ryne Everett wrote: Tinymce comes bundled with the project. Once you log into the admin a lot of content becomes inline-editable if that's what you're after. Ryne Yes

[mezzanine-users] Docs typo

2017-06-26 Thread Mike Dewhirst
About a third of the way down the page at ... http://mezzanine.jupo.org/docs/overview.html#installation Users on Debian or Ubuntu will require some system packages to support the imaging library: $ apt-get install libjpeg8 libjpeg8-dev $ apt-get build-dep python-imaging Ubuntu 16.04 returns

Re: [mezzanine-users] css or html question re image width

2017-09-19 Thread Mike Dewhirst
eers Mike On 19 September 2017 at 06:09, Mike Dewhirst <mi...@dewhirst.com.au <mailto:mi...@dewhirst.com.au>> wrote: Sorry for being off-topic. When the browser window size is adjusted the website images stretch and shrink but even maximised, never stretch to ful

[mezzanine-users] css or html question re image width

2017-09-18 Thread Mike Dewhirst
Sorry for being off-topic. When the browser window size is adjusted the website images stretch and shrink but even maximised, never stretch to full width of the image. Height and width dimensions are set correctly. They are screen shots of a Django Admin site and are therefore necessarily

[mezzanine-users] captcha suggestions

2017-08-29 Thread Mike Dewhirst
Is there a clear choice for choosing a captcha app for Mezzanine? Thanks Mike -- 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

Re: [mezzanine-users] mezzanine-captcha problem

2017-11-15 Thread Mike Dewhirst
On 16/11/2017 12:56 AM, Iain Mac Donald wrote: Did you remember to add: COMMENT_FORM_CLASS = "mezzacaptcha.forms.CaptchaThreadedCommentForm" I most certainly did. I'm happy to post settings.py if that is necessary. Thanks Mike which is needed for use in the blog? Regards, Iain. --

[mezzanine-users] mezzanine-captcha problem

2017-11-15 Thread Mike Dewhirst
I'm running Mezzanine 4.2.3, Django 1.10.8 and Python 2.7.12 and have just gone through all the steps specified in https://github.com/mjtorn/mezzanine-captcha including ... edited settings.py edited urls.py migrate captcha reloaded nginx refreshed the mezzanine site Unfortunately I have

Re: [mezzanine-users] mezzanine-captcha problem

2017-11-15 Thread Mike Dewhirst
On 16/11/2017 9:33 AM, Iain Mac Donald wrote: I'm using 0.0.5 That's the version I'm using on a site and it works for me (using the instructions on Github). The captcha doesn't appear in the blog admin but you should see it on the front-end. The captcha should appear, as a selectable field,

[mezzanine-users] Deploying with Python3 seems to install Python2.7

2019-04-30 Thread Mike Dewhirst
Just tried deploying Mezzanine 4.3.1 to a DigitalOcean droplet with Python3.6. Fabric3 and Python3 were used on the dev machine and Python3.6 is installed on the droplet. It seems however that fabfile.py line 58 calls for python rather than python3 ... env.manage = "%s/bin/python

Re: [mezzanine-users] Deploying with Python3 seems to install Python2.7

2019-05-05 Thread Mike Dewhirst
Ken, Travis Thank you for your support. I found the going very boggy and have come to the conclusion there must be an easier way. I'll try and find that and document it. TL DR; I got Mezzanine going some years ago with Python2.7 and I have dim memory of difficulties back then. This time

Re: [mezzanine-users] Are fabric deployments popular?

2020-02-18 Thread Mike Dewhirst
Ed I really appreciate your work and love Mezzanine and Fabric. I would like to see the fabfile kept in Mezzanine and enhanced slightly by removing repo specifics to make it repo-agnostic. I use and support a number of Subversion repos. I have done this for more than a decade and although I