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 <module>
    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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to