[mezzanine-users] Re: Basic installation issue

2015-08-02 Thread Ryne Everett
Are you using a virtualenv ( http://docs.python-guide.org/en/latest/dev/virtualenvs/)? If you don't use virtualenv you're gonna have a bad time. On Sunday, August 2, 2015 at 5:51:22 PM UTC-5, Richard Jackson wrote: Hi there, I'm trying to follow the basic installation guide found here (

Re: [mezzanine-users] Re: thumbnail tag issue

2015-08-19 Thread Ryne Everett
Glad you figured this out. What operating system does this apply to? On Wed, Aug 19, 2015 at 5:12 PM, Avery Laird laird.av...@gmail.com wrote: Problem solved. It was a dependency issue, because I didn't have libjpeg-dev installed. After uninstalling pillow, installing libjpeg-dev, and

Re: [mezzanine-users] Re: thumbnail tag issue

2015-08-21 Thread Ryne Everett
, August 19, 2015 at 2:24:04 PM UTC-7, Ryne Everett wrote: Glad you figured this out. What operating system does this apply to? On Wed, Aug 19, 2015 at 5:12 PM, Avery Laird laird...@gmail.com wrote: Problem solved. It was a dependency issue, because I didn't have libjpeg-dev installed. After

Re: [mezzanine-users] Re: thumbnail tag issue

2015-08-21 Thread Ryne Everett
a quick fix would be to use `fab apt`. I suspect it does, otherwise I would've had to install libjpeg-dev on my server as well as my local machine. On Friday, 21 August 2015 11:22:44 UTC-7, Ryne Everett wrote: I wonder if the README's isn't out of date. it suggests you need libjpeg8

Re: [mezzanine-users] Restrain the rich text

2015-08-20 Thread Ryne Everett
If you want to remove the buttons, you can fork 'mezzanine/js/tinymce_setup.js', assign it to TINYMCE_SETUP_JS http://mezzanine.jupo.org/docs/configuration.html#tinymce-setup-js, and then remove them from 'toolbar'. If you want to actually prohibit users from inputting these properties, you can

Re: [mezzanine-users] Re: Restrain the rich text

2015-08-20 Thread Ryne Everett
Here's the configuration option for controlling the available styles. Add/remove to your liking: http://www.tinymce.com/wiki.php/Configuration:style_formats. Thanks, I hadn't seen that. On Thu, Aug 20, 2015 at 10:13 AM, Eduardo Rivas jerivasmel...@gmail.com wrote: I don't think you need

Re: [mezzanine-users] Re: Automatically generating pages when creating a site

2015-08-20 Thread Ryne Everett
The first looks correct. Inheritance flows all the way down. On Thu, Aug 20, 2015 at 9:53 AM, Déborah Leder debdeb...@gmail.com wrote: You mean, something like that would work ? from mezzanine.core.management.commands.createdb import Command as MezzaCommand class Command(MezzaCommand):

Re: [mezzanine-users] Re: Restrain the rich text

2015-08-20 Thread Ryne Everett
There is only one problem with this method : the alinements styles are not only avaible in the widgets, but also in the stylemenu. With this method, is it possible to remove these options from the stylemenu without deleting the whole stylemenu ? I don't think so. I don't know much about

[mezzanine-users] Re: Authentication fails for staff user without super user status

2015-07-30 Thread Ryne Everett
How are you deploying? Are you using the recommended project template? Or is this problem occurring in local development? On Thursday, July 30, 2015 at 5:40:44 AM UTC-4, usha nattala wrote: If it helps, I started out in Mezzanine 3.1.10 and then upgraded to 4.0.0 a few days after it was

Re: [mezzanine-users] Re: Authentication fails for staff user without super user status

2015-08-02 Thread Ryne Everett
Great! Btw, I'm guessing you'll be able to grant permissions through the admin interface from now on, now that the SitePermissions object actually exists. On Sun, Aug 2, 2015 at 9:26 PM, usha nattala usha.natt...@gmail.com wrote: Hi Ryne, There were 0 SitePermission objects. I finally ended

[mezzanine-users] Re: Authentication fails for staff user without super user status

2015-07-30 Thread Ryne Everett
I just encountered the same issue and found Stephen's hint useful: https://github.com/stephenmcd/mezzanine/issues/1366#issuecomment-126171667 On Thursday, July 30, 2015 at 3:21:52 AM UTC-4, usha nattala wrote: Hi, I recently got up a mezzanine 4.0.0 site and I just created a staff user

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

2015-08-14 Thread Ryne Everett
Is there a rule which says index.html cannot extend base.html? No. That's what I do. 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. I suspect a more detailed error message will be necessary to figure

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

2015-08-14 Thread Ryne Everett
? On Fri, Aug 14, 2015 at 8:00 PM, Mike Dewhirst mi...@dewhirst.com.au wrote: On 14/08/2015 11:59 PM, Ryne Everett wrote: Is there a rule which says index.html cannot extend base.html? No. That's what I do. It does seem to work - at least until I try and use an img tag

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

2015-08-15 Thread Ryne Everett
://docs.djangoproject.com/en/1.8/topics/logging/ manually in order to get the verbose output. On Sat, Aug 15, 2015 at 2:46 AM, Mike Dewhirst mi...@dewhirst.com.au wrote: On 15/08/2015 10:45 AM, Ryne Everett wrote: Thanks Ryne, unfortunately no. Nothing in the supervisor, gunicorn or nginx

Re: [mezzanine-users] User cannot paste google charts into cms pages even when set to 'no filtering'

2015-11-05 Thread Ryne Everett
html dammit :) > > > On Fri, 11 Sep 2015 at 05:47 Ryne Everett <ryneever...@gmail.com> wrote: > >> I wonder if allowing everything in tinymce shouldn't be the default since >> we're already cleaning html in python. >> >> On Thu, Sep 10, 2015 at 2:45 PM, Ryne Evere

Re: [mezzanine-users] Re: Basic installation issue

2015-11-03 Thread Ryne Everett
Are you sure mezzanine is really installed in the virtualenv? Check in a repl: $ workon my-virtualenv $ python >>> import mezzanine >>> On Tue, Nov 3, 2015 at 7:26 AM, Joseph Mohan wrote: > I also have the same problem with a virtualenv, any ideas anyone? > > On Sunday, 2

Re: [mezzanine-users] Re: Basic installation issue

2015-11-03 Thread Ryne Everett
ue, Nov 3, 2015 at 11:37 AM, Joseph Mohan <skrupr...@gmail.com> wrote: > What a tit.. ended up out of my virtualenv.. finding it hard getting used > to using them.. Thanks > > On Tuesday, 3 November 2015 16:01:34 UTC, Ryne Everett wrote: >> >> Are you sure mezzanine

Re: [mezzanine-users] Cannot edit content on Rich Text Page

2015-10-15 Thread Ryne Everett
If you're using firefox you may need to go to 127.0.0.1 rather than localhost. On Thu, Oct 15, 2015 at 10:15 AM, Ilya Yakunin wrote: > > > Hi all, > > I've just started a new

Re: [mezzanine-users] Re: registering new settings for templates

2015-10-15 Thread Ryne Everett
If something is missing please enlighten us. What did you learn? On Thu, Oct 15, 2015 at 9:28 PM, Nkansah Rexford wrote: > got it working. Yet another missing piece from the docs. > > -- > You received this message because you are subscribed to the Google Groups >

Re: [mezzanine-users] Alter Blog view functions to incorporate new features.

2015-10-10 Thread Ryne Everett
You could always call mezzanine.blog.views.blog_post_list from your own view if you overrode that url pattern. On Thu, Oct 8, 2015 at 9:17 AM, sonu kumar wrote: > In Mezzanine blog url mezzanine/blog/urls.py we have link > to mezzanine/blog/views.py. > I would like to over

Re: [mezzanine-users] Re: Blog archive doesn't work when you enter month

2015-10-11 Thread Ryne Everett
> > Well everyone I was able to resolve the issue. Great! Thanks for sharing your solution. On Sun, Oct 11, 2015 at 1:15 PM, Corey wrote: > Well everyone I was able to resolve the issue. Django was using > timezone-aware dates but for somereaon my MariaDB instance didn't

Re: [mezzanine-users] WYSIWYG is not working

2015-08-31 Thread Ryne Everett
> > the textarea for the page's content is not being 'rendered' as WYSIWYG. You'll probably get a more meaningful response if you expound on this. Can you give a specific example of what you're doing, what you expect to happen, and what does in fact happen? It would also help if you pasted the

Re: [mezzanine-users] How to publish html with JavaScripts from admin->page-> content ?

2015-08-31 Thread Ryne Everett
If you want to do it through the admin, one way would be to follow whatever tutorial they provide by inputing html and

Re: [mezzanine-users] error on post new blog

2015-09-02 Thread Ryne Everett
Had you seen https://github.com/stephenmcd/mezzanine/issues/1391? On Wed, Sep 2, 2015 at 11:54 AM, سید محمد رضا طباطبائی < mohammadreza.tabatab...@gmail.com> wrote: > AttributeError at /fa/admin/blog/blogpost/ > > 'tuple' object has no attribute 'day' > > Request Method: GET Request URL:

Re: [mezzanine-users] Left Hand Tree Menu

2015-09-07 Thread Ryne Everett
It's in the `left_panel` block in the default base.html: > {% block left_panel %} > {% page_menu > "pages/menus/tree.html" %} > {% endblock %} > On Mon, Sep 7, 2015 at 12:19 PM, wrote: > If I follow the advice this advice on urls.py: > > # "/.html" - so

Re: [mezzanine-users] error on post new blog

2015-09-02 Thread Ryne Everett
On Wed, Sep 2, 2015 at 1:55 PM, سید محمد رضا طباطبائی < mohammadreza.tabatab...@gmail.com> wrote: > must be to downgrade Django to v1.7? > don't have any solution?? > > در چهارشنبه 2 سپتامبر 2015، ساعت 22:19:42 (UTC+4:30)، Ryne Everett نوشته: >> >> Had you seen https://gi

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-04 Thread Ryne Everett
https://docs.djangoproject.com/en/1.8/ref/settings/#std:setting-SECRET_KEY On Thu, Sep 3, 2015 at 9:45 PM, James Lewis < theselfbalancingscoo...@gmail.com> wrote: > Thankyou everso much, think I've had too many hours at this and my brain > is working at half pace :-) > > I got rid of that error

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-04 Thread Ryne Everett
> Django doesn't see your SECRET_KEY, since you're clearly setting it > in /home/jameslewis/webapps/myshop/myapp/myapp/settings.py . To do > that, I'd just work back from the error message, logging the value of > settings.SECRET_KEY at various points until you worked back to the >

Re: [mezzanine-users] Left Hand Tree Menu

2015-09-07 Thread Ryne Everett
Is there another way to have a custom homepage that I can still edit via > the admin. I only want to lose this menu on the homepage. > > On Monday, September 7, 2015 at 1:28:38 PM UTC-4, Ryne Everett wrote: >> >> It's in the `left_panel` block in the default bas

Re: [mezzanine-users] duplicated fieldset for user profile in admin (version 4.0.1)

2015-09-10 Thread Ryne Everett
This is fixed in master. See https://github.com/stephenmcd/mezzanine/issues/1366. On Thu, Sep 10, 2015 at 2:55 AM, Andrey inte wrote: > > I have a duplicated set of fields in user admin form. > > The formset is empty; nothing happens if I enter any information in the >

Re: [mezzanine-users] User cannot paste google charts into cms pages even when set to 'no filtering'

2015-09-10 Thread Ryne Everett
Oh gotcha, definitely a tinymce bug. On Thu, Sep 10, 2015 at 1:52 PM, Eduardo Rivas wrote: > Have you peeked into the TinyMCE docs? I'm sure there must be something > you can do to change this behavior in tinymce_setup.js. > > > -- > You received this message because

Re: [mezzanine-users] duplicated fieldset for user profile in admin (version 4.0.1)

2015-09-12 Thread Ryne Everett
... > > On Friday, September 11, 2015 at 2:30:41 AM UTC+9, Ryne Everett wrote: >> >> This is fixed in master. See >> https://github.com/stephenmcd/mezzanine/issues/1366. >> >> On Thu, Sep 10, 2015 at 2:55 AM, Andrey inte <in...@intetour.com> wrote: >&

Re: [mezzanine-users] dj-stripe vs cartridge-stripe

2015-09-17 Thread Ryne Everett
I looked into stripe integration a few weeks ago and I did conclude that it would make most sense to start integrating from scratch with dj-stripe than to try to use cartridge-stripe, mostly because the latter depends on django-zebra which itself doesn't seem so well maintained. While stripe has

Re: [mezzanine-users] User cannot paste google charts into cms pages even when set to 'no filtering'

2015-09-10 Thread Ryne Everett
ilter' > setting somehow - perhaps with more sophisticated control over tinyMCE like > that offered in Joomla (above). > > This could probably also address its adding '' tags around > entries too (these entries are for the pasted in google > charts). > > > On Fri, 11 Se

Re: [mezzanine-users] User cannot paste google charts into cms pages even when set to 'no filtering'

2015-09-10 Thread Ryne Everett
I wonder if allowing everything in tinymce shouldn't be the default since we're already cleaning html in python. On Thu, Sep 10, 2015 at 2:45 PM, Ryne Everett <ryneever...@gmail.com> wrote: > Ah, that's probably it: > http://www.tinymce.com/wiki.php/Configuration:extended_va

Re: [mezzanine-users] django-autocomplete-light and jquery compatibility

2015-09-09 Thread Ryne Everett
> > I'm loading jquery because I need some scripts (autocomplete is one of > them) who needs to use jquery with "$" instead of "JQuery()". I don't want > to monkey patch that code, because I don't maintain it and because with > Grappelli I've really no problems. Could you bind 'window.$ =

Re: [mezzanine-users] User cannot paste google charts into cms pages even when set to 'no filtering'

2015-09-10 Thread Ryne Everett
Did you make any progress on this? It sounds like a bug but I let it go a few days because I was hoping somebody would have some more specific insight. The first thing I'd probably do is drop a debugger in RichtextField.clean (in mezzanine/core/fields.py) and make sure

Re: [mezzanine-users] Re: dj-stripe vs cartridge-stripe

2015-09-19 Thread Ryne Everett
> > Is there some reason you don't want to use the baked in Stripe integration? My reason is primarily that I'd never noticed that module before. Is there any documentation or did you just stumble upon it? On Fri, Sep 18, 2015 at 5:35 PM, Neum Schmickrath wrote: > Is

Re: [mezzanine-users] Inlines javascript does not seem to work

2015-12-21 Thread Ryne Everett
Are there any javascript errors? On Mon, Dec 21, 2015 at 9:31 AM, Wim Feijen wrote: > Hi people, > > On a fresh Mezzanine installation, the button for adding inlines does not > appear in my installation. > > What happens is that I see four forms and no button to add more. >

Re: [mezzanine-users] Documentation improvement

2015-11-28 Thread Ryne Everett
This SO answer should explain how to fix your branch. (But rather than updating master you'll want to update 1468-update-api-docs.) On Sat, Nov 28, 2015 at 8:48 PM, Stephen McDonald wrote: > > > On Sat, Nov 28, 2015 at 11:37 PM, Tomas

Re: [mezzanine-users] Support for Python 3.5?

2015-11-29 Thread Ryne Everett
As far as I can tell 3.5 works fine as of https://github.com/stephenmcd/mezzanine/pull/1414, which hasn't made it into a release yet. On Sun, Nov 29, 2015 at 7:30 PM, Stephen McDonald wrote: > Would you like to work on adding it? > > On Mon, Nov 30, 2015 at 12:19 AM, wh4n

[mezzanine-users] Introducing Mezzanine-Shortcodes (Aren't Shortcodes)

2015-11-30 Thread Ryne Everett
I started with some suggestions on the mailing list a few months ago and kept iterating until I ended up with a reusable package which I put on github: https://github.com/ryneeverett/mezzanine-shortcodes To quote from the README: > A Mezzanine

Re: [mezzanine-users] How to let account users to editing anywhere but not only in admin dashboard?

2016-06-03 Thread Ryne Everett
ll users should use inline-editing, > include account users of the website? > And what permission should be assigned to them? > > On Friday, June 3, 2016 at 9:29:04 AM UTC+8, Ryne Everett wrote: >> >> I believe you're looking for >> http://mezzanine.jupo.org/docs/inline

Re: [mezzanine-users] How to let account users to editing anywhere but not only in admin dashboard?

2016-06-02 Thread Ryne Everett
I believe you're looking for http://mezzanine.jupo.org/docs/inline-editing.html. On Thu, Jun 2, 2016 at 6:45 AM, Travis wrote: > Hi guys, > how could i add editing to somewhere like blog post detail page, to let > users make their own blog post. > Or should all editing

[mezzanine-users] Re: Link model - external vs internal URLs

2016-06-12 Thread Ryne Everett
I wonder if there isn't some sort of validation or coercion we could do without narrowing the use cases. As far as I can tell, the protocol (http, https, etc) is required or it becomes a relative link. For example: - 'https://www.example.com' -> 'https://www.example.com' -

Re: [mezzanine-users] Novice Python question about Cartridge model: Order

2016-06-09 Thread Ryne Everett
> > Can you recommend a better, more feature-rich way to step through my > Python programs? Sometimes I use ptpdb which is the most advanced python debugger I'm aware of. It's a little slow though, so I mostly just use pdb. On Thu, Jun 9, 2016 at 5:31

Re: [mezzanine-users] Cannot install Drum successfully

2016-05-27 Thread Ryne Everett
Do you have django-1.10 installed per chance? Mezzanine doesn't support 1.10 yet. On Fri, May 27, 2016 at 9:50 PM, Xuwen Fang wrote: > Hello. > I want to install a Drum instance and follow the instructions on > https://github.com/stephenmcd/drum > And after "python manage.py

Re: [mezzanine-users] Cannot install Drum successfully

2016-05-27 Thread Ryne Everett
list" shows. Is that matter? Should I install a lower Django version? > > 在 2016年5月28日星期六 UTC+8上午10:10:39,Ryne Everett写道: >> >> Do you have django-1.10 installed per chance? Mezzanine doesn't support >> 1.10 yet. >> >> On Fri, May 27, 2016 at 9:50 PM, Xuwen Fang

Re: [mezzanine-users] Re: Cannot install Drum successfully

2016-05-27 Thread Ryne Everett
Seems that the pypi package is out of date. That was fixed here: https://github.com/stephenmcd/drum/pull/22. You can install straight from github with `pip install -U git+https://github.com/stephenmcd/drum.git`. On Sat, May 28, 2016 at 12:04 AM, Xuwen Fang wrote: > Thank you!

Re: [mezzanine-users] Cannot install Drum successfully

2016-05-27 Thread Ryne Everett
ine.template.loader_tags'], > 'context_processors': > ('django.contrib.auth.context_processors.auth', > > 'django.contrib.messages.context_processors.messages', > > 'django.core.context_processors.debug', > > 'django.core.context_processors.i18n',

Re: [mezzanine-users] AppRegistryNotReady("Models aren't loaded yet.")

2016-06-14 Thread Ryne Everett
Two things (not exhaustive) come to mind that could cause this: - Your app is higher in the INSTALLED_APPS order than cartridge so your models.py gets loaded before cartridge's. - You're importing (perhaps indirectly) your models.py from your __init__.py. Models cannot be imported at

Re: [mezzanine-users] monkey patch a function?

2016-06-15 Thread Ryne Everett
I don't think there is any reason to monkey patch a view when you can just override it in your urls.py by putting the urlpattern you want to override above the cartridge urls. You can see an example of how I override the product view in cartridge-downloads:

Re: [mezzanine-users] keepachangelog.com

2016-05-31 Thread Ryne Everett
wrote: > 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 per

[mezzanine-users] Re: max upload size ignored

2016-06-14 Thread Ryne Everett
Oh, figured it out. There's a setting `FILEBROWSER_MAX_UPLOAD_SIZE` which also needs to be set. On Tuesday, April 19, 2016 at 5:10:57 PM UTC-4, David Hoese wrote: > > > I'm trying to increase the max upload size for uploads to my media > library, but can't seem to get anything to work. I've

Re: [mezzanine-users] React Mezzanine project starter kit

2016-06-19 Thread Ryne Everett
Something I've been meaning to try out for a while is contributor Alex Hill's djpj project: https://github.com/AlexHill/djpj. I'm assuming he uses it with mezzanine projects and if page load performance is your primary concern it may be an alternative solution. On Sun, Jun 19, 2016 at 5:21 PM,

Re: [mezzanine-users] monkey patch a function?

2016-06-17 Thread Ryne Everett
y suggestion regarding adding extra step into the checkout > process? Like when the user clicks on the product, select the quantity and > sizes, then there is a "Next" button to let the user continue adding more > customization to the selected product. > > On Wednesday, June 15,

Re: [mezzanine-users] Directory names with dots in filebrowser_safe

2016-01-10 Thread Ryne Everett
So you want to end up with dots in your url? I doubt that's allowed by http but seems like a bad idea even so because url parsers are going to assume there are only 2 dots in a url. On Sun, Jan 10, 2016 at 8:28 AM, wrote: > Hi guys, > > To have ability to create dirs with

[mezzanine-users] Re: Paginated blog posts with unique content in first page

2016-01-15 Thread Ryne Everett
Nice! On Friday, January 15, 2016 at 11:43:01 AM UTC-5, Robert Wolf wrote: > > I used this {% if request.get_full_path == request.path %} > > Thanks! > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop

[mezzanine-users] Re: Paginated blog posts with unique content in first page

2016-01-14 Thread Ryne Everett
I prefer template if-statements to javascript for this type of thing. Something like: {% if request.get_full_path == /blog/ %} On Thursday, January 14, 2016 at 12:41:11 AM UTC-5, Robert Wolf wrote: > > I'm looking for a way to have it so that on the first page of > blog_post_list.html, there

Re: [mezzanine-users] Failed lookup for key in templates after upgrading

2016-02-08 Thread Ryne Everett
No advice, but it looks like a couple of those were just removed in 4.1.0: https://github.com/stephenmcd/mezzanine/commit/3376aedc45b305d5c3239e7a45f7f3882c43983a. I'd guess the others were removed likewise. On Mon, Feb 8, 2016 at 7:55 AM, michela wrote: > After upgrading

Re: [mezzanine-users] "Models aren't loaded yet" when importing "cartridge.shop.forms"

2016-02-02 Thread Ryne Everett
on/vs_my_solution/venv/lib/python3.4/site-packages/django/contrib/auth/__init__.py", > line 150, in get_user_model > return django_apps.get_model(settings.AUTH_USER_MODEL) > File > "/home/my_user/vs_my_solution/vs_my_solution/venv/lib/python3.4/site-packages/django/apps/

Re: [mezzanine-users] "Models aren't loaded yet" when importing "cartridge.shop.forms"

2016-02-03 Thread Ryne Everett
gt; Em quarta-feira, 3 de fevereiro de 2016 09:24:15 UTC-2, Márcio Moreira > escreveu: >> >> Ryne, >> >> Sorry. I forgot to say that I had already tested that patch to tests.py >> but the problem continues. >> >> Marcio >> >> >> E

Re: [mezzanine-users] Adding Cart to my page

2016-02-24 Thread Ryne Everett
t to > suit your website. Or what else can we do? > > what's recommended? > > Regards > akos1234 > > On Wednesday, 24 February 2016 01:40:55 UTC, Ryne Everett wrote: >> >> It sounds like you need to override some of cartridge's templates to do >> what you wan

Re: [mezzanine-users] Adding Cart to my page

2016-02-23 Thread Ryne Everett
It sounds like you need to override some of cartridge's templates to do what you want. On Tue, Feb 23, 2016 at 5:38 PM, akos1234 wrote: > Hi, > > I have created a page and would like to add the cart bit to the left panel > but trying things just not working. Or I must have

Re: [mezzanine-users] Re: Integrating Mezzanine to an existing Django Project

2016-02-24 Thread Ryne Everett
gt; > http://stackoverflow.com/questions/15667578/how-do-i-install-mezzanine-as-a-django-app > > pp > > > > On Wed, Feb 24, 2016 at 1:53 PM, Ryne Everett <ryneever...@gmail.com> > wrote: > >> Did you include mezzanine.urls? >> >> On Wed, Feb 24

Re: [mezzanine-users] Re: Integrating Mezzanine to an existing Django Project

2016-02-24 Thread Ryne Everett
edly want to put in the "Django" admin should Just Work in the >>>>>>> "Mezzanine" admin. >>>>>>> >>>>>>> Again, they're the same thing. Providing two admin interfaces to >>>>>>> your administrat

Re: [mezzanine-users] Re: Integrating Mezzanine to an existing Django Project

2016-02-24 Thread Ryne Everett
> > Did you make it work with both admins - original Django admin and the CMS > admin? If so, how? AFAIK, nobody does this. On Wed, Feb 24, 2016 at 4:44 PM, Petar Petrov wrote: > Hmmm, > > That info was not enough for me i needed more guidance. Did you make it > work with

Re: [mezzanine-users] Can't login to admin site

2016-02-15 Thread Ryne Everett
That is just a warning which you can feel free to ignore. If you're having trouble with mezzanine, that message is unrelated. On Mon, Feb 15, 2016 at 6:14 AM, Ephraim Anierobi wrote: > I was unable to login to admin . > i received this error message bellow; > >

Re: [mezzanine-users] TinyMCE and RichTextFiltering

2016-03-09 Thread Ryne Everett
Not exactly sure what you're asking here, but you can add styles to the RICHTEXT_ALLOWED_STYLES setting. I don't really consider this a *safety* feature, but it is somewhat helpful to be able to limit how much users can

Re: [mezzanine-users] Re: Require.js integration

2016-03-14 Thread Ryne Everett
> > I'm also interested in a more modern admin UI. However, for the reasons > outlined in this post, it will almost certainly never make it into the > official mezzanine package, so its best to keep that in mind. > Nice. I hadn't seen that post before. But I'm not sure if it's entirely accurate

Re: [mezzanine-users] Mezzanine look and feel not rendering when Debug=False

2016-03-13 Thread Ryne Everett
http://mezzanine.jupo.org/docs/frequently-asked-questions.html#static-files On Sun, Mar 13, 2016 at 4:30 AM, Venkateswararao Thota < thota.v@gmail.com> wrote: > Looks like the static contents not loading when Debug=False, Any > suggestions? > > -- > You received this message because you are

Re: [mezzanine-users] Re: Mezzanine + Grapelli?

2016-03-13 Thread Ryne Everett
s simple as just changing the names of these projects >> would go a LONG way here. Mezzanine-filebrowser + mezzanine-admin sounds >> good to me and would add tons of clarity to the dependency chain. >> >> >> On Saturday, March 12, 2016 at 8:55:17 PM UTC-6, Ryne Everett

Re: [mezzanine-users] How to use wildcard solution to display content

2016-03-13 Thread Ryne Everett
I think you need to do some url rewriting outside of django. I haven't looked at this solution very closely but maybe it will give you some ideas: http://stackoverflow.com/questions/29938338/django-multi-tenancy. On Sun, Mar 13, 2016 at 5:06 AM, wh4n wrote: > Hello guys, > > I

Re: [mezzanine-users] Re: Mezzanine + Grapelli?

2016-03-12 Thread Ryne Everett
t;>>> >>>>> I'll get back to you with some features, as for specific rasons there >>>>> are some pain points in integrating with django storages/s3boto... which >>>>> would have been alleviated in the new grapelli version. The new >>>>

Re: [mezzanine-users] Re: Mezzanine + Grapelli?

2016-03-12 Thread Ryne Everett
ect %} becomes a > feasibly stable dependency target. with a line incorporating that canonical FAQ link. On Sat, Mar 12, 2016 at 8:50 PM, Ryne Everett <ryneever...@gmail.com> wrote: > I was about to suggest adding that to the FAQ but then I realized it's > already there. > http

Re: [mezzanine-users] Re: Mezzanine + Grapelli?

2016-03-12 Thread Ryne Everett
> > I'm all for bringing these projects into the code base if this is the > case. (says the guy w/ zero commits/PRs) I think that would have alleviated > a very significant part of my confusion and you certainly wouldn't get > people like me asking this question in 20 different ways. That's a

Re: [mezzanine-users] Re: Mezzanine + Grapelli?

2016-03-12 Thread Ryne Everett
> > I'm pretty set on figuring out a way to leverage the new grapelli Are there specific features you want? "Newer is better" isn't going to get much traction around here, but if you can point to advantages that cannot be realistically achieved in grapelli-safe that might be compelling. At any

Re: [mezzanine-users] Re: mezzanine not running in production

2016-03-11 Thread Ryne Everett
I assume he's using the deployment code that ships with mezzanine. I don't use it myself but issues with it are definitely fair game for the list. On Fri, Mar 11, 2016 at 12:50 PM, Derek Adair wrote: > Sounds like you have issue's with deployment, not mezzanine. > > > On

Re: [mezzanine-users] No Metadata editing enabled in admin, no fields visible

2016-03-25 Thread Ryne Everett
I think it is "folded" by default and clicking the header bar expands it. On Tue, Mar 22, 2016 at 9:30 PM, byezy wrote: > Hi, > > I have just installed the latest Mezzanine and am learning my way around. > Total noob. > > When logged in as an administrator if I

Re: [mezzanine-users] Re: User permissions ?

2016-03-02 Thread Ryne Everett
t; On Wednesday, March 2, 2016 at 11:57:43 AM UTC-5, Ryne Everett wrote: >> >> There was an issue with this a while back >> <https://groups.google.com/d/msg/mezzanine-users/RSoPDeDrnaw/kFnyRZ9HCAAJ> >> that turned out to be related to the duplicate inlines issues &

Re: [mezzanine-users] Django 1.9.2 and Mezzanine 4.1.0 issue

2016-03-03 Thread Ryne Everett
> > Before doing anything, discuss it on the mezzanine-users mailing list >> first. > > Perhaps I'm wrong, but my interpretation is that this is to save contributors effort on patches that will not be accepted, not to reduce the number of pull requests. On Thu, Mar 3, 2016 at 10:18 AM,

Re: [mezzanine-users] No Metadata editing enabled in admin, no fields visible

2016-03-29 Thread Ryne Everett
You might look in the developer console for errors. On Tue, Mar 29, 2016 at 6:12 AM, Iain Mac Donald wrote: > On Tue, 29 Mar 2016 03:00:27 -0700 (PDT) > byezy wrote: > > > doesn't work. any other thoughts? > > *I think* I had a similar

Re: [mezzanine-users] Re: Cartridge with Stripe and Zebra is swallowing errors?

2016-04-13 Thread Ryne Everett
I had the exact same thoughts until I found out that there is built-in stripe support. It hasn't made a docs release yet, but here's my pr documenting it: https://github.com/stephenmcd/cartridge/pull/284. On Wed, Apr 13, 2016 at 2:29 PM, Geoffrey Eisenbarth < geoffrey.eisenba...@gmail.com> wrote:

[mezzanine-users] Introducing Cartridge Downloads

2016-05-10 Thread Ryne Everett
I wrote a reusable app adding digital product support to Cartridge: https://github.com/ryneeverett/cartridge-downloads. I initially implemented a `DownloadProduct` as a subclass of `Product` using a custom products branch of Cartridge ( https://github.com/stephenmcd/cartridge/pull/293), but it

[mezzanine-users] Cartridge Admin Questions

2016-05-11 Thread Ryne Everett
The following observations and screenshots are from a fresh cartridge 0.11 project I just made. 1. Why are sku fields editable? Cartridge uses them essentially as foreign key's. Is there any use case for editing a sku from the admin? Seems like a user could really screw things up with no

Re: [mezzanine-users] Re: Cartridge Admin Questions

2016-05-11 Thread Ryne Everett
them available for sale. > > > On Wednesday, May 11, 2016 at 12:18:36 PM UTC-6, Ryne Everett wrote: >> >> The following observations and screenshots are from a fresh cartridge >> 0.11 project I just made. >> >>1. Why are sku fields editable? Cartridge use

Re: [mezzanine-users] What does this mean in urls.py " and specify its URL (in the Meta Data section) " ?

2016-07-25 Thread Ryne Everett
I think the part you're asking about is: specify its URL (in the Meta Data section) as "/" > This does not refer to the `Meta` class, it refers to the `slug` field which `Page` inherits from `mezzanine.core.models.Slugged`. That line could likely be clarified a bit. On Mon, Jul 25, 2016 at 3:25

Re: [mezzanine-users] Need some help with assigning user site permission in a view

2016-07-21 Thread Ryne Everett
SitePermission.objects.create(user=user, sites=(site,)) I question whether this is really what you want to do, but without a better idea what your goal is it's all I can offer. On Thu, Jul 21, 2016 at 4:56 PM, zruu wrote: > Hey guys, > > I really need your help. I'm

Re: [mezzanine-users] Need some help with assigning user site permission in a view

2016-07-21 Thread Ryne Everett
ites' is an invalid keyword argument for this function > > > > Den torsdag 21 juli 2016 kl. 23:07:40 UTC+2 skrev Ryne Everett: >> >> SitePermission.objects.create(user=user, sites=(site,)) >> >> I question whether this is really what you want to do, but without a >>

Re: [mezzanine-users] install Cartridge 0.11.0 on windows (via cygwin)

2016-07-21 Thread Ryne Everett
As for issue (2) you need to downgrade to html5lib<=0.999. This is pinned in bleach so I'm not sure why it wasn't constrained. (I had this problem too.) You can fix it with `pip install -U bleach`. On Thu, Jul 21, 2016 at 8:31 PM, Alain Turcotte wrote: > I am

Re: [mezzanine-users] Blog category hangs

2016-07-29 Thread Ryne Everett
You have a breakpoint at line 30 in mezzanine/blog/views.py which is blocking indefinitely as is to be expected. Upgrading to any mezzanine release should fix this, e.g., `pip install -U mezzanine`. On Fri, Jul 29, 2016 at 3:43 AM, Bojan Kogoj wrote: > Sometimes without

Re: [mezzanine-users] Sending emails from a contact form

2016-07-31 Thread Ryne Everett
Check out django-anymail for a pretty straightforward way of using a few mailing services. On Sun, Jul 31, 2016 at 9:34 PM, wrote: > I am a non programmer and I have a small site in development. And one of > the things I need

Re: [mezzanine-users] Re: Sending emails from a contact form

2016-07-31 Thread Ryne Everett
Installation instructions are right on the page I linked. ( https://github.com/anymail/django-anymail#anymail-1-2-3). Not sure what you mean about finding the console. Didn't you start mezzanine from the console in the first place? On Sun, Jul 31, 2016 at 11:38 PM,

Re: [mezzanine-users] Re: Sending emails from a contact form

2016-07-31 Thread Ryne Everett
What site are you using? On Mon, Aug 1, 2016 at 12:52 AM, wrote: > I did not start it from the console, when I launch mezzanine I just go to > a generic side building page. > > On Sunday, 31 July 2016 18:47:43 UTC-7, o.tr...@share.epsb.ca wrote: > >> I am a non

Re: [mezzanine-users] Re: UnicodeDecodeError: 'locale' codec can't decode byte 0xe2 in position 0: Invalid or incomplete multi

2016-07-31 Thread Ryne Everett
Iain, I don't think the filename issue is related to the OP's issue, but you might find this PR relevant: https://github.com/stephenmcd/mezzanine/pull/1609. On Sun, Jul 31, 2016 at 11:33 AM, Iain Mac Donald < mezzan...@picturenow.co.uk> wrote: > > You don't have the sample data installed, do

Re: [mezzanine-users] Blog category hangs

2016-08-01 Thread Ryne Everett
y more ideas? > > On Friday, July 29, 2016 at 3:34:30 PM UTC+2, Ryne Everett wrote: >> >> You have a breakpoint at line 30 in mezzanine/blog/views.py which is >> blocking indefinitely as is to be expected. Upgrading to any mezzanine >> release should fix this, e.g., `pip install

Re: [mezzanine-users] Re: Sending emails from a contact form

2016-08-01 Thread Ryne Everett
Assuming you're actually dealing with a mezzanine site (and not a different product with the same name) there is no way to access the console or install things from the admin -- you need access to the server. To some this is an inconvenience and to others (myself included) an essential security

Re: [mezzanine-users] wrong base.html

2016-08-01 Thread Ryne Everett
> > This is a common pattern in Django, but I couldn't find any documentation > that supports it. Hopefully someone else can reference a reputable source > that explains it. The django tutorial has a section on "Template namespacing".

Re: [mezzanine-users] tel: being stripped from anchor href when saving a RichTextField. How do I allow it?

2016-07-20 Thread Ryne Everett
You may just need to upgrade to 4.1.0. See https://github.com/stephenmcd/mezzanine/pull/1473. On Wed, Jul 20, 2016 at 10:18 PM, RandomDude wrote: > Version: Mezzanine (4.0.1) > > > Mailto before save: > > mailto:some...@example.com?Subject=Hello%20again;>Send > Mail > > After

Re: [mezzanine-users] Bad Gateway

2016-07-21 Thread Ryne Everett
A couple causes of gunicorn timeouts I've seen is larger files that don't transfer within the default --timeout (30 seconds). This isn't necessarily your problem but if it is you can increase the timeout. I've also seen it when streaming files, in which case the solution is to make the workers

  1   2   >