Git

1-git remote add origin https://github.com/<git-user>/<repository-name>.git #make a connection with remote 2-git push -u origin main #rename local master to main branch 3-git push -u origin main # push code to remote Django for beginners at google books: https://www.google.co.in/books/edition/_/GVxwDwAAQBAJ?hl=en&gbpv=1&pg=PP1 Few link to practice and learn django https://docs.djangoproject.com/ https://tutorial.djangogirls.org/ https://realpython.com/ https://djangoforbeginners.com/ https://www.codecademy.com/learn/learn-django