File tree
2,733 files changed
+61195
-2
lines changed- attachments
- 04 Templates and Static Files/css-files
- 05 Project Blog Basics
- css-files
- images
- 10 Forms
- css-files
- 12 File Uploads
- 13 Sessions
- 14 Project Blog Forms-Files-Sessions/css-files
- code
- 03 Urls and Views
- 01-adding-a-first-url-and-view
- challenges
- migrations
- monthly_challenges
- 02-dynamic-path-segments
- challenges
- migrations
- monthly_challenges
- 03-exploring-path-converters
- challenges
- migrations
- monthly_challenges
- 04-redirecting
- challenges
- migrations
- monthly_challenges
- 05-the-reverse-function
- challenges
- migrations
- monthly_challenges
- 06-returning-html-response
- challenges
- migrations
- monthly_challenges
- 07-practicing-urls-and-views
- challenges
- migrations
- monthly_challenges
- 04 Templates and Static Files
- 01-adding-and-registering-templates
- challenges
- migrations
- templates/challenges
- monthly_challenges
- 02-rendering-templates
- challenges
- migrations
- templates/challenges
- monthly_challenges
- 03-template-variables-interpolation
- challenges
- migrations
- templates/challenges
- monthly_challenges
- 04-exercise-solution
- challenges
- migrations
- templates/challenges
- monthly_challenges
- 05-filters
- challenges
- migrations
- templates/challenges
- monthly_challenges
- 06-the-for-tag
- challenges
- migrations
- templates/challenges
- monthly_challenges
- 07-url-tag-dynamic-urls
- challenges
- migrations
- templates/challenges
- monthly_challenges
- 08-if-tag
- challenges
- migrations
- templates/challenges
- monthly_challenges
- 09-template-inheritance
- challenges
- migrations
- templates/challenges
- monthly_challenges
- templates
- 10-exercise-solution
- challenges
- migrations
- templates/challenges
- monthly_challenges
- templates
- 11-includes
- challenges
- migrations
- templates/challenges
- includes
- monthly_challenges
- templates
- 12-adding-static-files
- challenges
- migrations
- static/challenges
- templates/challenges
- includes
- monthly_challenges
- templates
- 13-adding-css-styling
- challenges
- migrations
- static/challenges
- includes
- templates/challenges
- includes
- monthly_challenges
- static
- templates
- 05 Project Blog Basics
- 00-starting-setup
- blog
- migrations
- my_site
- 01-adding-urls-and-views
- blog
- migrations
- my_site
- 02-adding-first-templates
- blog
- migrations
- templates/blog
- my_site
- templates
- 03-adding-template-content-and-static-files
- blog
- migrations
- static/blog
- templates/blog
- my_site
- static
- templates
- 04-adding-images
- blog
- migrations
- static/blog
- images
- templates/blog
- my_site
- static
- templates
- 05-linking-the-pages
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 06-adding-the-single-post-page
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 07-adding-dummy-data
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 08-adding-a-single-post-page
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 09-adding-a-404-page
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 06 Data and Models
- 01-first-model-and-migration
- book_outlet
- migrations
- book_store
- 02-updating-models
- book_outlet
- migrations
- book_store
- 03-preparing-templates
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 04-rendering-queried-data
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 05-rendering-the-details-page
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 06-using-the-slug-and-updating-field-options
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 07-aggregation-and-ordering
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 07 Admin
- 01-configuring-model-fields
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 02-configuring-the-admin-settings
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 03-more-config-options
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 08 Relationships
- 01-adding-one-to-many
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 02-managing-relations-in-admin
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 03-adding-one-to-one
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 04-managing-one-to-one-in-admin
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 05-many-to-many
- book_outlet
- migrations
- templates/book_outlet
- book_store
- 09 Project Blog Data-Models
- 01-added-models-and-relations
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 02-migrations-and-admin
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 03-configuring-admin-panel
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 04-fetching-posts-for-starting-page
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 05-all-posts-and-single-post-page
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 06-using-author-and-tags-data
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- 10 Forms
- 00-starting-setup
- feedback
- reviews
- migrations
- templates/reviews
- 01-adding-a-dummy-form
- feedback
- reviews
- migrations
- templates/reviews
- 02-csrf-protection
- feedback
- reviews
- migrations
- templates/reviews
- 03-handling-form-submission
- feedback
- reviews
- migrations
- templates/reviews
- 04-manual-form-validation
- feedback
- reviews
- migrations
- templates/reviews
- 05-using-the-django-form-class
- feedback
- reviews
- migrations
- templates/reviews
- 06-customizing-the-form-controls
- feedback
- reviews
- migrations
- templates/reviews
- 07-customizing-the-rendered-html
- feedback
- reviews
- migrations
- templates/reviews
- 08-adding-styling
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 09-adding-more-form-controls
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 10-storing-form-data-in-a-database
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 11-introducing-modelforms
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 12-configuring-the-modelform
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 13-saving-data-with-a-modelform
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 14-class-based-views
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 15-finished
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 11 Class Views
- 01-adding-templates
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 02-the-templateview
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 03-showing-a-detail-template
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 04-the-listview
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 05-the-detailview
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 06-the-formview
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 07-the-createview
- feedback
- reviews
- migrations
- static/reviews
- templates/reviews
- 12 File Uploads
- 00-starting-setup
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- 01-storing-uploaded-files-naive-approach
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- temp
- 02-adding-a-form-with-a-filefield
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- temp
- 03-using-models-for-file-storage
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- temp
- uploads/images
- 04-using-a-createview
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- temp
- uploads/images
- 05-serving-uploaded-files
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- temp
- uploads/images
- 13 Sessions
- 00-starting-setup
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- temp
- uploads/images
- 01-storing-data-in-sessions
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- temp
- uploads/images
- 02-using-session-data
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- temp
- uploads/images
- 03-safely-accessing-session-data
- feedback
- profiles
- migrations
- static/profiles
- templates/profiles
- reviews
- migrations
- static/reviews
- templates/reviews
- temp
- uploads/images
- 14 Project Blog Forms-Files-Sessions
- 01-serving-uploaded-files
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 02-converting-views-to-class-based
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 03-adding-a-comment-model
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 04-adding-a-comment-form
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 05-styling-the-comment-form
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 06-handling-comment-form-submission
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 07-comment-form-validation-styles
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 08-outputting-and-styling-comments
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 09-added-comments-to-admin
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 10-managing-read-later-via-sessions
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 11-finishing-the-read-later-feature
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 15 Deployment
- 01-serving-static-files-with-django
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 02-using-environment-variables
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 03-deploying-with-elastic-beanstalk
- .ebextensions
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 04-connecting-postgresql
- .ebextensions
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- 05-serving-static-files-and-uploads-via-s3
- .ebextensions
- blog
- migrations
- static/blog
- images
- templates/blog
- includes
- my_site
- static
- templates
- uploads/posts
- ZZ Django Summary
- 01-urls-and-views
- django_course_site
- meetups
- migrations
- 02-templates-static-files
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- 03-key-dtl-featurs
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- 04-adding-a-detail-page
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- 05-dynamic-urls-in-templates
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- 06-using-template-inheritance
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- base
- includes
- 07-getting-started-with-models
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- base
- includes
- 08-querying-data
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- base
- includes
- 09-image-upload-and-serving
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- base
- includes
- 10-relationship-one-to-many
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- base
- includes
- 11-many-to-many
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- base
- includes
- 12-more-model-fields-and-outputting-data
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- base
- includes
- 13-creating-a-model-form
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- base
- includes
- 14-finished
- django_course_site
- meetups
- migrations
- static/meetups/styles
- templates/meetups
- base
- includes
- slides
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
2,733 files changed
+61195
-2
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + |
Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + |
Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + |
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + |
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + |
Lines changed: 48 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + |
Lines changed: 75 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + |
Lines changed: 62 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + |
Lines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + |
Loading
Loading
Binary file not shown.
0 commit comments