Re: [mezzanine-users] I did a COLLECT TEMPLATE and disappeared shopping cart.

2015-04-23 Thread Josh Cartmell
Hi Ronaly, could you post what your INSTALLED_APPS setting is? When you collected the templates it's possible that a template got pulled in that doesn't have the shopping cart stuff. This is the in the default base.html that adds the shopping cart widget,

[mezzanine-users] Will Mezzanine have the same directory structure as Django?

2015-04-23 Thread Tang
As Django has already employed a directory structure in which there is a main app with the same name as the project, as follows: /projName manage.py /projName settings.py urls.py wsgi.py Just curious. Is Mezzanine going to have the same structure in the future release?

Re: [mezzanine-users] Default admin password

2015-04-23 Thread Graham
In a new virtualenv pip install Django==1.7.7 pip install git+https://github.com/stephenmcd/mezzanine.git try that g On 24/04/15 00:16, gspitzlsper...@gmail.com wrote: Hi all, I am new to this list but trying out Mezzanine since a few weeks. I am interested in multi language sites and

Re: [mezzanine-users] I did a COLLECT TEMPLATE and disappeared shopping cart.

2015-04-23 Thread Ronald Espinoza
Very grateful. The error is that when you run the collecttemplates command, not copied the /shop/includes/user_panel.html file but I just copied the repository github and all is well except in the cart shows me this message instead of the product name ProductVariation object and does not work

Re: [mezzanine-users] Will Mezzanine have the same directory structure as Django?

2015-04-23 Thread Stephen McDonald
It's in progress here: https://github.com/stephenmcd/mezzanine/pull/1265 Looking for assistance in testing it in conjunction with the built-in fabfile if anyone familiar with it has time available On Fri, Apr 24, 2015 at 1:50 AM, Tang yltan...@gmail.com wrote: As Django has already employed a

[mezzanine-users] Performance: Filebrowser and S3

2015-04-23 Thread Gwampi
Hi, im trying to use Amazon S3 for my a big library of media files with Mezzanine. I almost figured everything out including the thumbnails. But the biggest Problem is performance. There are a lot of folders and files I want to list in the library and it's extremly slow. Did anyone get this