I apologize in advance for my emptiness. I tried to create a new project with "django-admin.py startproject blah" and I got the error message "startproject" - an unknown parameter for django-admin.py. This cannot be normal. Then I did "django-admin.py help" and looked at the possible arguments, and they were the same as the arguments for manage.py (startapp, sqlall, sqlflush). What happens next?
source
share