On Mon, 2006-06-26 at 07:46 +0000, ama55 wrote:
> Hi all:
> i am trying to run python manage.py syncdb. but it keeps giving me this
> message:
> 'syncdb' was invalid.
> if anyone knows how to solve this problem please let me know

What does "manage.py --version" tell you (if it gives you an error, then
you are running version 0.91)? It sounds like you might be running
version 0.91 of the code, which doesn't have syncdb.

If you are using version 0.91 and you don't need to be, it is
recommended to upgrade to the latest subversion code (see [1]). If you
do need to be using 0.91, the documentation for it can be found at [2].

[1] http://www.djangoproject.com/download/
[2] http://www.djangoproject.com/documentation/0_91/

Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to