Django Part-2
Let's now start creating a project, Go to terminal and fire up the command: django-admin startproject mysite This will create a folder named "mysite" and a manage.py file: The manage.py file is a autogenerated file, which helps you to interact with...
Dec 23, 20212 min read47