Hi everyone,

I am new to Mezzanine and Cartridge.

I am able to start shop demo application with Cartridge and Mezzanine 
installed into my virtual environment. Things are working fine until I:
+ Remove Cartridge
+ Download latest Cartridge from github

With above change, I plan to to modify Product class to add an optional 
discount value for each item in shopping cart. But before adding any 
modification, I see a strange error when trying to check out:
==========================================================================================
ProfileNotConfigured at /shop/checkout/ 

No exception message supplied

 Request Method: GET  Request URL: http://192.168.1.72:8000/shop/checkout/  
Django 
Version: 1.6.5  Exception Type: ProfileNotConfigured  Exception Location: 
/home/dhdang/.virtualenvs/CALICARGO/local/lib/python2.7/site-packages/mezzanine/accounts/__init__.py
 
in get_profile_model, line 28  Python Executable: 
/home/dhdang/.virtualenvs/CALICARGO/bin/python  Python Version: 2.7.3  Python 
Path: 

[u'/home/dhdang/WORK/WEBDEV/NEW_CALICARGO',
 '/home/dhdang/WORK/WEBDEV/NEW_CALICARGO/CaliCargoWebSite',
 '/home/dhdang/.virtualenvs/CALICARGO/lib/python2.7',
 '/home/dhdang/.virtualenvs/CALICARGO/lib/python2.7/plat-linux2',
 '/home/dhdang/.virtualenvs/CALICARGO/lib/python2.7/lib-tk',
 '/home/dhdang/.virtualenvs/CALICARGO/lib/python2.7/lib-old',
 '/home/dhdang/.virtualenvs/CALICARGO/lib/python2.7/lib-dynload',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-linux2',
 '/usr/lib/python2.7/lib-tk',
 '/home/dhdang/.virtualenvs/CALICARGO/local/lib/python2.7/site-packages']

 Server time: Wed, 23 Jul 2014 03:46:34 -0700
==========================================================================================

Do you have any idea about the error that I am seeing and comment on my 
approach?

Thanks and regards,
Duc Dang.

-- 
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