Saturday 29 June 2019

Creating a New Project

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


No comments:

Post a Comment

Note: only a member of this blog may post a comment.

TypeError: argument of type 'WindowsPath' is not iterable

 Please make to modify settings.py file: DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.sqlite3&...