No Django settings specified [closed]

1

Good afternoon,
I'm trying to create my project in Django but when I run the command "django-admin createproyect project_name" it gives me the following error:

  

No Django settings specified.   Unknown command: 'createproyect'   Type 'django-admin.py help' for usage.

I've also tried it before putting "python django-admin.py createproyect name". I hope you can help me, thanks in advance and greetings.

    
asked by manuxdjent 15.03.2017 в 20:18
source

1 answer

1

That command does not exist, it's

django-admin startproject nombre_proyecto
    
answered by 15.03.2017 в 20:32