Re: [mezzanine-users] Cartridge Deploy Failing But Mezz Deploy Not

2015-11-12 Thread Matt Mansour
Nope!

Thanks Eduardo. I haven't tested yet, but I have a feeling that's exactly
what it is. I'll report back and confirm.

Cheers

On Thu, Nov 12, 2015 at 1:58 PM, Eduardo Rivas 
wrote:

> Is cartridge listed in your requirements file?
>
> --
> 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 options, visit https://groups.google.com/d/optout.
>

-- 
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 options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Cartridge Deploy Failing But Mezz Deploy Not

2015-11-12 Thread Eduardo Rivas
Is cartridge listed in your requirements file?

-- 
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 options, visit https://groups.google.com/d/optout.


[mezzanine-users] Cartridge Deploy Failing But Mezz Deploy Not

2015-11-12 Thread Matt Mansour
Hi all - 

I haven't been around for a while. Nice to see mezzanine continue to grow!

I am using the shipped fabfile to deploy mezzanine 4.0.1 to an ec2 
instance.  The install and deploy works like a charm for a mezzanine 
project. However, when deploying  (fab deploy) a cartridge project  I get 
the error: 

ImportError: No module named cartridge

Has anyone else experienced this one? 

Cheers,
Matt


-- 
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 options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Mezzanine cartdridge installation issue

2015-11-12 Thread Iain Mac Donald
On Thu, 12 Nov 2015 10:09:38 + (UTC)
Shayaan  wrote:

> $ pip install mezzanine
> $ pip install -U cartridge

Installing Mezzanine installs Mezzanine, installing Cartridge installs
Cartridge + Mezzanine. I don't know what happens when you pip install
both, maybe you just found out ;-)

-- 

Regards,
Iain.

-- 
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 options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Re: page_link via code

2015-11-12 Thread Lorenzo D'Agostino

>
> Hi Ken, 
>>
>
Thanks, your help is crucial. 
Done: D


-- 
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 options, visit https://groups.google.com/d/optout.


[mezzanine-users] Mezzanine cartdridge installation issue

2015-11-12 Thread Shayaan
In a virtualenv I did :
$ pip install mezzanine
$ pip install -U cartridge
$ mezzanine-project -a cartridge project_name
$ cd project_name

but after this when I entered 
$ python manage.py createdb --noinput

(ready)shayaan@Lenovo:~/first$ python manage.py createdb


Following error is poped up :

Traceback (most recent call last):
  File "manage.py", line 7, in 
from mezzanine.utils.conf import real_project_name
ImportError: No module named 'mezzanine

-- 
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 options, visit https://groups.google.com/d/optout.