Navigate to where you want to store your Django apps
like E drive or F drive 1) cd f:
then
2) django-admin startproject projectname
like E drive or F drive 1) cd f:
then
2) django-admin startproject projectname
Please make to modify settings.py file: DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.sqlite3&...