I'm following the djangoproject tutorial at https://docs.djangoproject.com/en/1.4/intro/tutorial01/ ...
I'm at the part where it tells me to start a 'polls' app in django and input it into settings.py of the project, to let it know that polls is installed. I did everything as instructed but when I do python manage.py sql polls, I get the following error:
Unknown command: 'sql'