[Fixed]-How do I create a directory and get started with Django project?

1👍

Make sure you’re typing django-admin startproject tango_with_django_project and not django-admin start project tango_with_django_project (note there shouldn’t be a space in startproject).

Leave a comment