My pip freeze: Cartridge==0.9.2 Django==1.6.1 Mezzanine==3.0.6 Pillow==2.3.0 South==0.8.4 bleach==1.4 cartridge-payments==0.97.0 filebrowser-safe==0.3.1 future==0.9.0 grappelli-safe==0.3.4 html5lib==0.999 oauthlib==0.6.1 pisa==3.0.33 pytz==2013.9 requests==2.2.0 requests-oauthlib==0.4.0 six==1.5.2 tzlocal==1.0 wsgiref==0.1.2
I have installed in order: pip install south pip install -U cartridge pip install cartridge-payments then mezzanine-project -a cartridge project_name cd project_name ./manage.py createdb —noinput ./manage.py runserver Then after checking if works ctrl c and have edited settings.py ./manage.py syncdb ./manage.py migrate ./manage.py runserver Is it a correct way or I am doing something wrong? Regards Jaroslaw -- 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/groups/opt_out.
