[mezzanine-users] Mezzanine @ Openshift

2014-07-01 Thread Radek Svarz
Hi, if anyone is using (or plans to use) the Redhat Openshift hosting platform, especially the PaaS (inc. free version), I made the template for the Django - Mezzanine setup: https://bitbucket.org/radeksvarz/mezzanineopenshift/overview Features: - minimum adjustments needed - being abl

[mezzanine-users] Re: Mezzanine @ Openshift

2014-07-04 Thread Radek Svarz
t; lol I spent last Sunday on setting up a Mezzanine enviroment on OpenShift, > using the (somewhat) outdated templates already available. > Awesome that you created this, will probably be very useful for a lot of > users! > > On Tuesday, July 1, 2014 3:59:31 PM UTC+2, Radek

Re: [mezzanine-users] Re: Mezzanine @ Openshift

2014-07-07 Thread Radek Svarz
t; > https://github.com/stephenmcd/mezzanine/commit/136972d20ede24cf197272d6cff14fe4f8734322 > > I'm sure it will help others in the future. > > > > On Sat, Jul 5, 2014 at 3:08 AM, Radek Svarz > wrote: > >> I feel pity for you. I know it takes a lot of effort

[mezzanine-users] Nitrous.io IDE tested for Mezzanine dev quickstart

2014-07-24 Thread Radek Svarz
Hi, just to let you know I just tried Mezzanine on Nitrous.io and am quite positively surprised. I followed the Django tutorial here http://help.nitrous.io/django-app/

[mezzanine-users] How to know who submitted a Mezzanine form

2014-07-30 Thread Radek Svarz
We are playing with Mezzanine forms where we want registered users to submit suggestions. All works well, however the entries do not store the user reference. How to make forms store the user reference? (or at least email of the registered and logged in user) -- You received this message bec

[mezzanine-users] Rendering of tags in Richtext content

2014-07-30 Thread Radek Svarz
Hi, we are trying to give the content managers the option of using tags in the Richtext content. We thought about the workaround of using non-safe option in the settings and allowing to add scripts (e.g. from Freshdesk). The script works fine, however we also want to render the {{user.email}}

Re: [mezzanine-users] Rendering of tags in Richtext content

2014-07-31 Thread Radek Svarz
cs have plenty of examples. > > > On Thu, Jul 31, 2014 at 2:21 AM, Radek Svarz > wrote: > >> Hi, >> >> we are trying to give the content managers the option of using tags in >> the Richtext content. >> >> We thought about the workaround of using non-saf

Re: [mezzanine-users] How to know who submitted a Mezzanine form

2014-07-31 Thread Radek Svarz
pes of fields you can choose > from. You can also use template code in each field's "default" value, for > example {{ request.user.email }} - keep in mind the user could tamper with > this. > > > On Thu, Jul 31, 2014 at 2:05 AM, Radek Svarz > wrote: > >>

[mezzanine-users] Re: Django 1.7 support

2014-11-28 Thread Radek Svarz
Hi, how can we help to make the new release (Mezzanine v 3.1.11?) with the setup.py listing Django 1.7.x? Radek On Wednesday, October 8, 2014 8:49:00 PM UTC+2, Stephen McDonald wrote: > > There's an outstanding issue here: > > https://github.com/stephenmcd/mezzanine/issues/1123 > > It only aff

[mezzanine-users] design builder for mezzanine

2014-11-30 Thread Radek Svarz
Hi, our designer is pushing us to use the Wordpress theme builder http://www.elegantthemes.com/gallery/elegant-builder/ We love Mezzanine so we want to avoid using Wordpress. Is there any similar builder tool plugin for mezzanine? Or some sort of workaround? Thanks, Radek -- You received thi

Re: [mezzanine-users] Re: Django 1.7 support

2014-12-05 Thread Radek Svarz
le right now. > > > > > On Sat, Nov 29, 2014 at 8:06 AM, Radek Svarz > wrote: > >> Hi, >> >> how can we help to make the new release (Mezzanine v 3.1.11?) with the >> setup.py listing Django 1.7.x? >> >> Radek >> >> On Wednes

Re: [mezzanine-users] Script for install bleeding-edge Mezzanine/cartridge with Python3+Django 1.7

2015-01-15 Thread Radek Svarz
Hi Stephen, if you point us onto what needs to be done for a new release, we would be very happy to help. Radek On Tuesday, January 13, 2015 at 1:30:27 AM UTC+1, Stephen McDonald wrote: > > Nice one Sam. > > Hopefully we won't need this soon once I get some time to do a new release > :-) > >