other

Create a Django Project

django-admin startproject {djangoprojectname}
Output
Creates the Django project base.

No Django apps exist. You need to add that in.

Also note that {djangoprojectname} must be lowercase and no spaces

Was this helpful?