10

Click here to load reader

Django course final-project

Embed Size (px)

Citation preview

Page 1: Django course final-project

Django on GAE course

Final Project

Version 0.1 - 13-May-2010

Page 2: Django course final-project

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:

– Sending me a zip file

– Better: Committing it to Git

– Best: Deploying it to GAE

Page 3: Django course final-project

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:– Forms

– Unit tests

– Generic views

– Flatpages

Page 4: Django course final-project
Page 5: Django course final-project
Page 6: Django course final-project
Page 7: Django course final-project
Page 8: Django course final-project
Page 9: Django course final-project
Page 10: Django course final-project

[Final screen coming soon..]