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.