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...
ash56sciencefreaks.hashnode.dev2 min read
himani prasad
Part-3?