[mezzanine-users] Re: Want to integrate a wiki?

2018-09-02 Thread Thomas Schmitt
Why not use a different wiki package then? Django Wiki is actively developed: https://github.com/django-wiki/django-wiki All you have to do is integrate it into your urls.py and INSTALLED_APPS and you're off. Thomas Am Freitag, 31. August 2018 18:40:39 UTC+2 schrieb John Whitmore: >

[mezzanine-users] Re: Settings for Blog as the main page

2018-08-18 Thread Thomas Schmitt
/urls.py#L41>. That should get you started. Thomas Am Donnerstag, 16. August 2018 23:52:55 UTC+2 schrieb Lance Haig: > > Hi, > > I have eventually decided my django fu is good enough to migrate my blog > https://haigmail.com to django and I found Mezzanine. > > My curr

[mezzanine-users] Re: Recommendations for Bootstrap WYSIWYG editor?

2018-08-10 Thread Thomas Smith
etup.js). Can anyone advise on this please? On Wednesday, August 8, 2018 at 1:25:33 PM UTC-7, Thomas Smith wrote: > > I do a lot of work with Bootstrap. I recently began learning Mezzanine and > it's working great. > > However, I'm finding that in order to maintain the r

Re: [mezzanine-users] Recommendations for Bootstrap WYSIWYG editor?

2018-08-08 Thread Thomas Smith
our own entries to the array. Something >like: content_css: [window.__tinymce_css, ‘/path/to/bootstrap.css’] >3. Now TinyMCE should have Bootstrap styles applied. Clear your cache >if you don’t see the changes applied. > > > > Hope that helps! > > > > *From:

[mezzanine-users] Recommendations for Bootstrap WYSIWYG editor?

2018-08-08 Thread Thomas Smith
I do a lot of work with Bootstrap. I recently began learning Mezzanine and it's working great. However, I'm finding that in order to maintain the responsiveness of the sites I manage, I'm having to create custom page types and models in order to allow content managers to edit various responsive

Re: [mezzanine-users] Errors running Mezzanine with Django v1.11

2018-03-22 Thread Thomas
Yep, that works for me too, I never would have spotted that! Thanks so much for your time. Tom. -- 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-us

Re: [mezzanine-users] Errors running Mezzanine with Django v1.11

2018-03-22 Thread Thomas
Hi Ken, I've tried this again using the EXTRA_MODEL_FIELDS setting, as you have posted; EXTRA_MODEL_FIELDS = ( ( # Dotted path to field. "mezzanine.blog.models.BlogPost.image", # Dotted path to field class. "django.db.models.ImageField", # Positional

Re: [mezzanine-users] Errors running Mezzanine with Django v1.11

2018-03-22 Thread Thomas
Hi Ken, Thanks for the quick reply! I hadn't been using the master branch of grappelli-safe or filebrowser-safe. I tried creating a new environment with these as above but still no luck. As before it fires up ok without the admin.site.unregister and admin.site.register calls, but once I add

[mezzanine-users] Errors running Mezzanine with Django v1.11

2018-03-22 Thread Thomas
Hi, I have a site that has been running off various versions of Mezzanine successfully for years. Now, with the latest Django security patch and the upcoming end of support for Django v1.8 we are trying to upgrade the site to run off the next Django LTS release, v1.11. However I'm getting the

[mezzanine-users] Cartridge-payments + django PayPal - how to change checkout form

2016-12-10 Thread Thomas
s had this problem before and found a way out, I'd love to hear about that obviously, but of course any suggestions would be most welcome. Thnkas, Thomas -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this

Re: [mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
Thanks! Yeah, I put a custom stylesheet out in front, so changing this wasn't a big issue. Just struck me as odd that the default would hide the entire checkout form like that. But it seems like probably that's just me. I'm pretty sure I didn't change anything to do with checkout, but ¯\_(ツ)_/¯

Re: [mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
I tried it in Chrome, Safari, and Firefox all under MacOS Sierra. Saw the same behavior in all of them -- 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 mezzan

[mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
On Sunday, November 6, 2016 at 6:39:33 PM UTC-6, I wrote: > > I'll report back again if I find anything > Ding, ding, ding! Here we go: https://github.com/stephenmcd/cartridge/blob/master/cartridge/shop/static/css/cartridge.css#L139-L142 ``` #checkout .left, #checkout .right { display: no

[mezzanine-users] Re: Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
Following up on my own post, this seems to be an issue with `cartridge.css` rather than a missing tag as I imagined. When I comment that particular stylesheet out of `base.html` the checkout forms load fine. I'm not sure I want to exclude that whole stylesheet; I'd rather find whatever might be

[mezzanine-users] Cartridge checkout page blank

2016-11-06 Thread Thomas Yager-Madden
I searched here and didn't find anything related: I'm trying out Cartridge in a local development instance. Everything with Products, Users, and Cart is going great, but when I try to visit the Checkout Page I just see "Checkout - Step 1 of 3 Address Payment Confirmation Complete" and then not

[mezzanine-users] Django TabularInLine in Mezzanine

2016-01-15 Thread Thomas
I have problem to get work django admin.TabularInLine in Mezzanine with functionality adding, deleting, ordering etc. It is possible to use TabularInLine instead of TabularDynamicInlineAdmin? Thanks. -- You received this message because you are subscribed to the Google Groups "Mezzanine User

[mezzanine-users] TabularDynamicInlineAdmin - delete

2016-01-15 Thread Thomas
Hi. With TabularDynamicInlineAdmin its possible to "add another" line. But it is posible this already added line delete? If anybody know how to do it with some example? Thanks. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscrib

[mezzanine-users] Re: removing gravatar

2015-06-25 Thread Thomas Grzybowski
Thanks Kenneth, This should solve our concern. Thanks again, Tom On Thursday, June 25, 2015 at 2:00:19 PM UTC-4, Thomas Grzybowski wrote: > > Hi, > > I have not been able to find much on this topic - what is the best way to > remove gravatar from Mezzanine? (I have some se

Re: [mezzanine-users] removing gravatar

2015-06-25 Thread Thomas Grzybowski
does not require users to sign up for Gravatar, but provides a > convenience for those who opt in. > > -ken > > > > On Thu, Jun 25, 2015 at 2:00 PM, Thomas Grzybowski > wrote: > >> Hi, >> >> I have not been able to find much on this topic - what is the

[mezzanine-users] removing gravatar

2015-06-25 Thread Thomas Grzybowski
Hi, I have not been able to find much on this topic - what is the best way to remove gravatar from Mezzanine? (I have some security concerns). Thanks ! -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and sto

[mezzanine-users] Plans to better support mult-user authoring of posts?

2015-05-28 Thread Thomas Grzybowski
Mezzanine seems to have all the pieces in place to support multi-user posting without having to grant the users admin privilege. Since granting users this privilege is a big security risk, I am hoping this won't be necessary in the future. I think that having this ability would greatly increa

[mezzanine-users] Re: custom Form processor

2015-03-08 Thread Thomas
ation. Anyway, I'm sorted now with your suggestion, thanks again. Tom. On Friday, March 6, 2015 at 2:17:31 AM UTC, Thomas wrote: > > > Hi all, > > First post here, super framework, really enjoying it and still finding > awesome new features! > > I have created a custom

[mezzanine-users] custom Form processor

2015-03-05 Thread Thomas
form to the data in user_data dictionary as it only contains a sub-set of the form fields and triggers validation errors for the remaining fields! Any help appreciated, Thanks, Thomas. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" g

Re: [mezzanine-users] Unknown command: 'import_wordpress'

2014-12-25 Thread Thomas Lockhart
On 12/25/14, 5:04 PM, James Kirslis wrote: Yeah, it's in there except that error occurs. Well, try "python manage.py help" and see if there are any commands listed for the blog app. If not, it may not actually be there... - Tom On Thursday, December 25, 2014 7:06:20 PM UTC-

Re: [mezzanine-users] ACCOUNTS_PROFILE_FORM_CLASS doen't appear to be having any influence.

2014-12-10 Thread paul thomas
Nope it was my own stupidity there is nothing wrong with the class. The the guicorn pid wasn't getting killed due to a permissions issue. Works perfectly well. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group

Re: [mezzanine-users] ACCOUNTS_PROFILE_FORM_CLASS doen't appear to be having any influence.

2014-12-09 Thread paul thomas
I will do that though I will put the breakpoint in signup as that is what I'm trying to reach. -- 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-use

[mezzanine-users] ACCOUNTS_PROFILE_FORM_CLASS doen't appear to be having any influence.

2014-12-09 Thread paul thomas
I doesn’t seem to matter if I set this correctly or incorrectly there is no effect as far as I can see, it goes straight through. ACCOUNTS_APPROVAL_REQUIRED does have an effect, AUTH_USER_MODEL does have an effect. I'm trying to extend the clean method to put verification for captcha. It is n

[mezzanine-users] Filer Browser available for regular user to upload pictures

2014-10-16 Thread Thomas Lhomme
help would be appreciated. Thomas -- 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+unsubscr...@googlegroups.com. For more optio

Re: [mezzanine-users] Re: Changing titles on the Admin page

2014-10-06 Thread Thomas G Lockhart
Mezzanine has a settings variable which allows you to tune the admin layout and labeling. I don't have it in front of me but previous versions put a commented-out example into the default settings file or look up configuration items in the Mezzanine docs. hth - Tom On Oct 6, 2014, at 11:07 AM

Re: [mezzanine-users] Deploying: fab all fails with error password authentication failed

2014-03-09 Thread Thomas Johnson
onzero return code 1 while executing! Requested: service nginx restart Executed: sudo -S -p 'sudo password:' /bin/bash -l -c "service nginx restart" Aborting. On Sunday, March 9, 2014 7:05:24 PM UTC-5, Thomas Johnson wrote: > > The password started and ended with $$. After

Re: [mezzanine-users] Deploying: fab all fails with error password authentication failed

2014-03-09 Thread Thomas Johnson
The password started and ended with $$. After removing them it worked. On Sunday, March 9, 2014 7:01:58 PM UTC-5, Stephen McDonald wrote: > > What symbols? Sounds like a bug. > > > On Mon, Mar 10, 2014 at 11:00 AM, Thomas Johnson > > > wrote: > >> The password

Re: [mezzanine-users] Deploying: fab all fails with error password authentication failed

2014-03-09 Thread Thomas Johnson
The password I was using had a couple symbols in it haha. Thanks :) On Sunday, March 9, 2014 6:50:33 PM UTC-5, Stephen McDonald wrote: > > You may need to specify the database host in your Django settings. > > > On Mon, Mar 10, 2014 at 10:43 AM, Thomas Johnson > >

[mezzanine-users] Deploying: fab all fails with error password authentication failed

2014-03-09 Thread Thomas Johnson
I had a completely vanilla debian 6 vps when I started out this afternoon. It is failing at the createdb command with the following error: .. [127.0.0.1] out: return Database.connect(**conn_params) [127.0.0.1] out: File "/home/tomfoolery/protraderwiki/lib/python2.6/site-packages/psycop

[mezzanine-users] custom admin theme: 403 CSRF verification failed when submitting keywords

2014-02-19 Thread Thomas Johnson
Hi, I have been working on theming the admin and implementing a couple custom content types. Apparently I have broken the CSRF and I am having a hard time tracking it down. When I view the source I can see that the csrf token variable is set(window.__csrf_token) but it is not being posted alon