0% found this document useful (0 votes)
173 views1 page

21CS62 Full Stack Django Development - 21CS62 Fullstack Django Lab Manuals Search Creators Syllabus

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
173 views1 page

21CS62 Full Stack Django Development - 21CS62 Fullstack Django Lab Manuals Search Creators Syllabus

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

21CS62 | Full Stack Django Development|

Laboratory Components

1. Installation of Python, Django and Visual Studio code editors can be demonstrated.
2. Creation of virtual environment, Django project and App should be demonstrated.
3. Develop a Django app that displays current date and time in server.
4. Develop a Django app that displays date and time four hours ahead and four hours
before as an offset of current date and time in server.
5. Develop a simple Django app that displays an unordered list of fruits and ordered list
of selected students for an event.
6. Develop a [Link] with a suitable header (containing navigation menu) and footer
with copyright and developer information. Inherit this [Link] and create 3
additional pages: contact us, About Us and Home page of any website.
7. Develop a Django app that performs student registration to a course. It should also
display list of students registered for any selected course. Create students and course as
models with enrolment as ManyToMany field.
8. For student and course models created in Lab experiment for Module2, register admin
interfaces, perform migrations and illustrate data entry through admin forms.
9. Develop a model form for student that contains his topic chosen for project, languages
used and duration with a model called project.
10. For students’ enrolment developed in Module 2, create a generic class view which
displays list of students and detail view that displays student details for any selected
student in the list.
11. Develop example Django app that performs CSV and PDF generation for any models
created in previous laboratory component.
12. Develop a registration page for student enrolment as done in Module 2 but without page
refresh using AJAX.
13. Develop a search application in Django using AJAX that displays courses enrolled by
a student being searched.

Search Creators…. Page 1

You might also like