On 12/1/07, walterbyrd <[EMAIL PROTECTED]> wrote: > > > I am trying to work through the tutorial. Everything seems to work. > But, when I run: > > $ python manage.py validate polls > > I get: > > Error: Command doesn't accept any arguments > > The error does not make any sense to me. I am using djangodomain.com > for my django environment. I am using django 0.96, and following the > tutorial for django 0.96. I think I am running python 2.3.5. > > I can run: > > $ python manage.py validate > > But don't think that makes any sense either.
Are you sure you are using 0.96? The current doc for the tutorial does not include specifying the app name after validate, and the comment associated with the change (see http://code.djangoproject.com/ticket/5271) implies that the error message is due to a fairly recent change. Regardless, the correct command appears to be the one without the app name, but if you are in fact using a version of Django more recent than 0.96, you'll likely run into fewer snags if you follow the current docs instead of the 0.96 ones. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

