Django for Designers: Difference between revisions

no edit summary
imported>Paulproteus
(→‎Part 3.5: Changing our mind and adding users: Removed sec 3.5; moved it to sec 3)
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 4:
 
This is a tutorial on web programming, so we will go beyond just Django and discuss third-party Django apps and other real-world web development tools. We'll also be emphasizing areas of Django that particularly affect designers, such as static files, template inheritance, and AJAX.
 
<div style="font-size: 200%; text-align: center;">[http://www.youtube.com/watch?v=Z8FC8_2h5iM Watch the tutorial video!]</div>
 
===Things you should know already===
Line 29 ⟶ 31:
 
<!-- Teacher's note: Just before the tutorial, or maybe the night before, or maybe whenever you want, do a git push of the final git repo. It will have some branches. Make sure to: git push origin --all -->
* [[/Laptop_setup|Part 0: Laptop setup (do this already!)]]
 
* [[/Starting_our_project|Part 1: Starting our project]]
* [[/Basic views|Part 2: URLs, basic views, templates, static files]]
* [[/Adding models|Part 3: Models, our database, and making it visible]]
* [[/CRUD|Part 4: CRUD]]
* [[/Styling|Part 5: Style time]]
* [[/Sharing|Part 6: Sharing with others]]
* [[/Whats_next|Part 7: Exercises for the reader]]
 
[https://dl.dropbox.com/u/84751227/cheatsheet.pdf A possibly-helpful cheatsheet for common command line operations (PDF)]
Anonymous user