The document outlines the requirements for a final project for a Django on GAE course, which involves building a full Django web application that incorporates concepts taught in class such as forms, unit tests, generic views, and flatpages. Students are instructed to submit their project either by sending a zip file, committing it to Git, or deploying it to Google App Engine. A visual specification is provided to outline the simple GUI for the web app, which also includes AJAX searches similar to examples in class.
1 of 10
Download to read offline
More Related Content
Django course final-project
1. Django on GAE course
Final Project
Version 0.1 - 13-May-2010
2. Introduction
¡ñ The final project is a full Django Web
application
¡ñ It will cover most of the stuff you've learnt
¡ñ Submitting the project is either by:
¨C Sending me a zip file
¨C Better: Committing it to Git
¨C Best: Deploying it to GAE
3. Application specification
¡ñ What follows is a visual spec of the Web app
¡ñ The GUI is fairly simple (apart from some AJAX
searches, same as those we did in the class)
¡ñ Feel free to use as much of the stuff we've
learn't as possible, e.g., adding also:
¨C Forms
¨C Unit tests
¨C Generic views
¨C Flatpages