Installing Django ๐
How to install Django?
$ python3 -m pip install django
sub-command
the below command will show you the sub-command $ django-admin
How to start
$ django-admin startproject `write your project name` .
$ python3 manage.py runserver
Once successful, y...
suzie.hashnode.dev1 min read