Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

plz write me code i want code EASTERN MEDITERRANEAN UNIVERSITY SCHOOL OF COMPUTING AND TECHNOLOGY / DEPARTMENT OF INFORMATION TECHNOLOGY ITEC320 - Python for Web

plz write me code i want code image text in transcribed
image text in transcribed
image text in transcribed
EASTERN MEDITERRANEAN UNIVERSITY SCHOOL OF COMPUTING 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: pip install djanqo 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: django-adinin startproject syournamerproject 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 hold your code, Run the following command: python manage.py atartapp app, apps, cYournanessppconfiq" 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 makeniqrations 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 view is a Python function that takes a request and returns a response. In your app's vi ews. 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 templates/ syournanesapp 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 uris. Fy 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 manage py zunaerver Then visit http: //127,0,0,1/ people and make sure that it works. 11. Add a form for creating new people. In your app's forma - 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 viena-py 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 templatea/syournampapp directory, create an HTML template for displaying the form. For example: 14. Map the view to a URL. In your app's urls. py file, create a URL pattern for the view you just created. For example: 15. Test the application. Run the Django development server using the following command: python manage - py runserver Then visit http://127,0,0.T apoop/penple/ereate/ 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 luck! Bonus: Customize your template and model. Clearly explain your sutomization steps. For each customization you will get 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 surname, course code and title, instructor's name, institution name, and date

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

2. Write two or three of your greatest weaknesses.

Answered: 1 week ago