#4908: Error in tutorial part 4
---------------------------+------------------------------------------------
   Reporter:  ubernostrum  |                Owner:  jacob            
     Status:  new          |            Component:  Documentation    
    Version:  SVN          |           Resolution:                   
   Keywords:               |                Stage:  Ready for checkin
  Has_patch:  1            |           Needs_docs:  0                
Needs_tests:  0            |   Needs_better_patch:  0                
---------------------------+------------------------------------------------
Comment (by John Shaffer <[EMAIL PROTECTED]>):

 Replying to [comment:2 ubernostrum]:
 > We had someone on IRC who was following the tutorial code exactly (
 double-checked by having him paste it) and it was erroring out saying
 there were too many arguments.
 Are you 100% sure their checkout was up to date?
 
 This code is working fine for us:
 {{{
 urlpatterns += patterns('satchmo.shop.views',
     (r'^cart/(?P<id>\d+)/remove/$', 'cart.remove', {},
 'satchmo_cart_remove'),
 )
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4908#comment:4>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to