Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-04 Thread Ryne Everett
https://docs.djangoproject.com/en/1.8/ref/settings/#std:setting-SECRET_KEY On Thu, Sep 3, 2015 at 9:45 PM, James Lewis < theselfbalancingscoo...@gmail.com> wrote: > Thankyou everso much, think I've had too many hours at this and my brain > is working at half pace :-) > > I got rid of that error

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-04 Thread James Lewis
Thankyou I have looked into that and found nothing that will help; I got this response from webfaction: Hello James, Sorry I should have mentioned, my key is set in both settings and local_settings.py? Normally, when Django generates a settings.py file, it adds a comment at the top of the

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-04 Thread Ryne Everett
There aren't too many alternatives to either (a) you haven't defined SECRET_KEY in your settings.py or (b) django isn't loading the settings.py module you think it is. I guess you might try throwing a debugger in django/conf/__init__.py before that error and introspecting your settings module if

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-03 Thread James Lewis
Hi Danny thanks for replying so quickly, I am not sure what the name of my form is. Would I already have an order form within cartridge or would I have to build one specifically to work with stripe? Many Thanks James On Fri, Sep 4, 2015 at 1:23 AM, Danny wrote: > On

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-03 Thread Danny
On 4/09/2015 9:51 AM, James Lewis wrote: Hi Danny, I have made the changes you mentioned and now I am getting the following error: File "/home/jameslewis/webapps/myshop/scooter/scooter/urls.py" in 33. name="shop_checkout", kwargs=dict(form_class=MyOrderForm)), Exception Type:

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-03 Thread James Lewis
Hi Danny, I have made the changes you mentioned and now I am getting the following error: Traceback: File "/home/jameslewis/lib/python2.7/django/core/handlers/base.py" in get_response 119. resolver_match = resolver.resolve(request.path_info) File

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-03 Thread Danny
On 4/09/2015 10:24 AM, James Lewis wrote: Hi Danny thanks for replying so quickly, I am not sure what the name of my form is. Would I already have an order form within cartridge or would I have to build one specifically to work with stripe? Hang on, you've (previously) updated

[mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-01 Thread James Lewis
I have tried this and it is still not working, I have tried all the different urls on this group and I am still getting the same errors. What else do you have to change to stop this error appearing; is there not any changes I need to make in forms.py, settings or anything else? Sorry but I

Re: [mezzanine-users] Re: Cartridge - SHOP_CHECKOUT_FORM_CLASS setting is deprecated

2015-09-01 Thread Danny
On 2/09/2015 7:19 AM, James Lewis wrote: I have tried this and it is still not working, I have tried all the different urls on this group and I am still getting the same errors. What else do you have to change to stop this error appearing; is there not any changes I need to make in forms.py,