Django Setup: ============= To work with Django: prerequisites: Python software Django Software Install the Django Software: ============================ ==> pip ==> one command: $ pip install Django Current Version ==> 5.1.3 ==> we can use the command with specified version also: $ pip install Django==version ==> to uninstall the Django: $ pip uninstall Django ============================================ PyCharm ==> Community Edition Professional free Paid VS Code Installation: ====================== ==> Visual Studio Code 1) Download the VS Code Chrome ==> search about: vs code download click on first link download the file according to your system configuration run that downloaded file to make start installation 2) Installing the file: select the radio button "accept the agreement" click on next click on next select the option: "create the desktop shortcut" click on next click on install click on finish ============================= Project-1: ========== Food Menu Application ===================== 1) create the food menu application page 2) add food menu items 3) description pages 4) Registration page 5) Login Page 6) Delete items 7) Logout etc. Django ==> MVT Model Model Views and Templates 1) we required to create the app 2) add views 3) add templates 4) modal