[mezzanine-users] Cartridge shop missing from admin on deployed site

2014-03-28 Thread Jesse Carrigan
Hi all, I've successfully deployed Mezzanine with Cartridge to a VPS. However, I don't see the shop information in the admin. It's showing up in the dev server, though. I don't see any errors showing up in the logs, so I'm not really sure what's happening. Stuff I've checked: - gunicorn logs

[mezzanine-users] Re: Subclass model of form page

2014-03-28 Thread Cajoline
I tried to create a subclass of Form model like this: class ContactPage (Page, Form): Representing A page of the home page RichTextField address = (_ ('Info'), null = True, blank = True) class Meta: verbose_name = _ (Form Info)

Re: [mezzanine-users] Can't figure out why my Static Files won't load

2014-03-28 Thread Kyle Pennell
Tried each combo and none worked...hmmm... On Friday, March 28, 2014 12:35:39 PM UTC-6, Kyle Pennell wrote: Thanks for responding. Double checking I understand: location /static/ { alias /opt/myenv/mezzanine_app/static/; } Should be: location /static/ {

Re: [mezzanine-users] Can't figure out why my Static Files won't load

2014-03-28 Thread Kyle Pennell
*Nginx Error Log:* 2014/03/28 12:16:12 [error] 13768#0: *27 connect() failed (111: Connection refused) while connecting to upstream, client: 61.135.190.70, server: 107.170.215.138:8001, request: GET *Now to try to figure out what these are saying:* 2014/03/28 07:12:58 [error] 13768#0: *8

Re: [mezzanine-users] Re: Subclass model of form page

2014-03-28 Thread Cajoline
Hi, here it's my custom model https://gist.github.com/anonymous/9840574 for the space between the _ I suppose it's render error of the google group form If you have any idea ? Thank you Le vendredi 28 mars 2014 11:15:49 UTC+1, Luc Milland a écrit : Hello, you should use gist or some

Re: [mezzanine-users] Re: Subclass model of form page

2014-03-28 Thread Josh Cartmell
Hey Cajoline, I would use field injection to add the new fields you want to the current form class, https://mezzanine.jupo.org/docs/model-customization.html#field-injection On Fri, Mar 28, 2014 at 5:23 PM, Cajoline cont...@circonflex.net wrote: I'll rephrase what I'd like to do :) I would

[mezzanine-users] Re: form file field upload error

2014-03-28 Thread Stephen McDonald
This is finally fixed in https://github.com/stephenmcd/mezzanine/commit/9527662dc3c7d7dfaa6397e01be9ebc999f2646f On Friday, 1 February 2013 14:17:11 UTC+11, Josh Cartmell wrote: I'm getting the following error when I try to submit a Mezzanine form that includes two larger files (the files