ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
Django on GAE course




                            Final Project




Version 0.1 - 13-May-2010
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
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
Django course final-project
Django course final-project
Django course final-project
Django course final-project
Django course final-project
Django course final-project
[Final screen coming soon..]

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