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

Full Stack Lab Questions

The document outlines a series of programming tasks for a Fullstack Development Lab, divided into two parts. Part A includes the development of various Django applications, such as displaying current date and time, creating lists of fruits and students, and designing a layout with multiple pages. Part B focuses on creating model forms for student projects, implementing generic class views for student enrollment, generating CSV and PDF files, and developing a search application using AJAX.

Uploaded by

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

Full Stack Lab Questions

The document outlines a series of programming tasks for a Fullstack Development Lab, divided into two parts. Part A includes the development of various Django applications, such as displaying current date and time, creating lists of fruits and students, and designing a layout with multiple pages. Part B focuses on creating model forms for student projects, implementing generic class views for student enrollment, generating CSV and PDF files, and developing a search application using AJAX.

Uploaded by

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

FULLSTACK DEVELOPMENT LAB QUESTIONS

PART A

Program 1: Develop a Django app that displays current date and time in server.

Program 2: 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.

Program 3: Develop a simple Django app that displays an unordered list of fruits and
ordered list of selected students for an event

Program 4: 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.

PART B

Program 5: Develop a Model form for student that contains his topic chosen for
project, languages used and duration with a model called project.

Program 6: 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.

Program 7: Develop example Django app that performs CSV and PDF generation for
any models created in previous laboratory component.

Program 8 : Develop a search application in Django using AJAX that displays courses
enrolled by a student being searched.

You might also like