Thanks a lot, Steve. Your patch works great. You save my date.
Regards, Duc Dang. On Wednesday, July 23, 2014 4:28:18 AM UTC-7, Stephen McDonald wrote: > > Hi there, > > Just pushed a fix: > > > https://github.com/stephenmcd/cartridge/commit/88543f28ad3f41098b6a1fde97ea625569c0020f > > > On Wed, Jul 23, 2014 at 9:04 PM, Duc Dang <[email protected] > <javascript:>> wrote: > >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Stephen McDonald > http://jupo.org > -- 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.
