On Sat, 30 Apr 2016 12:55:15 -0700 (PDT)
Keith Irwin <[email protected]> wrote:

> Has anyone figured this out?  On a blank cloud9 workspace, I run: 
> 
> $ sudo pip3 install -U django mezzanine cartridge
> $ sudo mezzanine-project -a cartridge sample
> $ cd sample
> $ sudo python3 manage.py createdb

I don't know diddly squat about Cloud9 but some of your errors suggest
that you may have some cruft lying around from previous install
attempts.

Just a few minutes ago I did this:

virtualenv -p /usr/bin/python3.4 venv
cd venv
source bin/activate
pip install -U cartridge
pip install Django==1.8.4 # 1.9.5 is installed initially
mezzanine-project -a cartridge mysite
cd mysite
python manage.py createdb --noinput
python manage.py runserver 127.0.0.1:8800

Works for me. I am using Debian Jessie and I installed 4.1.0 (looking
at your message you seem to have selected an older version - 4.0.1).

Try the install in a virtualenv and see how you get on.

-- 

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

Reply via email to