Hello,

the Django (1.3) tutorial says:

>From the command line, cd into a directory where you’d like to store
your code, then run the command django-admin.py startproject mysite.
This will create a mysite directory in your current directory.

When I run

django-admin.py startproject mysite,

I get this error:

Unknown command: 'startproject'
Type 'django-admin.py help' for usage.


Using django-admin.py help, I get these subcommands:

Available subcommands:
  changepassword
  cleanup
  collectstatic
  compilemessages
  createcachetable
  createsuperuser
  dbshell
  diffsettings
  dumpdata
  findstatic
  flush
  inspectdb
  loaddata
  makemessages
  reset
  runfcgi
  runserver
  shell
  sql
  sqlall
  sqlclear
  sqlcustom
  sqlflush
  sqlindexes
  sqlinitialdata
  sqlreset
  sqlsequencereset
  startapp
  syncdb
  test
  testserver
  validate

Does the Django tutorial still match reality?

Santiago

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to