Skip to content

Commit 030c30a

Browse files
committed
update the outline to improve the description of week 7
1 parent 117bd27 commit 030c30a

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

source/main/outline.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,17 +480,24 @@ Reference
480480
Assignment
481481
**********
482482

483-
To Be Decided
483+
Assignment
484+
**********
485+
486+
You can read the assignment at
487+
488+
http://github.com/cewing/training.python_web/blob/master/assignments/week06/athome/assignment.txt
489+
490+
Please complete the assignment by noon on Sunday, February 17, 2013.
484491

485492
Week 7 - Django
486493
---------------
487494

488495
**Date**: Feb. 19, 2013
489496

490-
In this class we'll dive a bit further into Django. We'll take the
491-
specifications from week 6 and the models we created from them to set up a
492-
simple application. Along the way we'll learn a bit more about the Django
493-
admin, generic views, and templates.
497+
In this class we'll dive a bit further into Django. We'll take the app we
498+
build for our week 6 homework and add style and security features. Along the
499+
way we'll have a chance to learn more about Django's templates, models, views
500+
and forms.
494501

495502
We'll also discuss extending the functionality of our application using
496503
existing Django **apps**. We'll see how these add-ons can help us to solve

0 commit comments

Comments
 (0)