EASTERN MEDITERRANEAN UNIVERSITY SCHOOL OF COMPUTNNG AND TECHNOLOGY / DEPARTMENT OF INFORMATION TECHNOLOGY ITEC320 - Python for Web Applications Lab work 5: Fall 2022-23 1. Install Django on your machine. If you don't have it already, you will need to install Python and pip (the Python package manager) first. You can then install Django using pip: p1p. install django 2. Create a new Django project. Open a terminal and navigate to the directory where you want to create the project. Then run the following command: djanga-adnin startpraject syournamesproject This will create a new Django project with your name, for example "johnproject". 3. Create a new Django app. Within your project, you will need to create a new app to hoid your code. Run the following command: Python manage.py startapp, app,appe, cYouratime>appeontlg' 6. Create a database migration. After defining your model, you will need to create a database migration to create the corresponding table in the database. Run the following command: python manage,py makemigrations 6. Run the migration, Once you have created the migration, you will need to apply it to the database. Run the following command: 7. Create a view. In Django, a vew is a Python function that takes a request and returns a response. In your app's views : py file, create a view for displaying a list of people. For example: 8. Create a template. In Django, a template is an HTML file that contains placeholders for dynamic content. Create an HTML. template in your app's teriplates/cyoutnanesape directory for displaying the list of people. You can find the name of the template file from the codes above. For example: 9. Map the view to a URL. In your app's ar1 proy file, create a URL pattern for the view you just created. For example: 10. Test the application. Run the Django development server using the following command: python munage, py runcerver Then visit btep: //227,0,0+1/ petople and make sure that it works. 11. Add a form for creating new people, In your app's forss . py file, create a form for entering information about a new person. For example: 12. Create a view for creating new people. In your app's vi exs opy file, create a view for displaying the form and handling the form submission. For example: 13. Create a template for creating new people. In your app's cemplates/ syournamesapp directory, create an HTML template for displaying the form. For example: 14. Map the view to a URL In your app's ur as +py file, create a URL pattern for the view you just created. For example: 15. Test the application, fun the Django development server using the following command: python manage, py runberver Then visit hetpl/1127,9,0,1thooprpeople/creazel to test the form for creating new people. This should give you a basic idea of how to create a Django web application. You can expand on this by adding more models, views, and templates to create a more complex application. Good luckl Bonus: Customize your template and model. Clearly explain your sutomization steps. For each customization you will set extra points up to 20 points in total. The python script file as well as a screenshot of the output must be submitted. The screenshot must be put in a report file in PDF format with the first page containing the lab work number, your name and sumame, course code and title, instructor's name, institution name, and date