#8722: tutorial ---------------------------+------------------------------------------------ Reporter: berber | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ Hi
I'm new to djungo. I was following the instructions of the tutorial at : http://www.djangoproject.com/documentation/0.96/tutorial01/ I got an error : "got an unexpected keyword argument 'max_length'" After looking in Google i found a place that said to change to maxlength instead of max_length and indeed the problem was fixed. you may want to update the article. You may also want to add a link to download the mysql related component that needs to be installed so that Django can talk to mysql. Another thing I found was : python manage.py sqlinitialdata polls This action has been renamed. Try './manage.py sqlcustom polls'. -- Ticket URL: <http://code.djangoproject.com/ticket/8722> 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 -~----------~----~----~----~------~----~------~--~---
