Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Python for the Web, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:52
    Welcome to Python for the Web
  2. Урок 2. 00:07:12
    Working out our feature set for David Vo
  3. Урок 3. 00:03:37
    Setting up VS Code
  4. Урок 4. 00:06:04
    Installing Django
  5. Урок 5. 00:04:30
    Setting up Django for our project
  6. Урок 6. 00:05:49
    Admin panel setup
  7. Урок 7. 00:08:07
    Adding a view and a URL
  8. Урок 8. 00:04:57
    Adding multiple pages
  9. Урок 9. 00:03:58
    Rendering to HTML with templates
  10. Урок 10. 00:01:11
    Adding links to a navigation
  11. Урок 11. 00:03:41
    Adding a URL tag
  12. Урок 12. 00:04:59
    Adding a layout to every page
  13. Урок 13. 00:04:47
    Adding a stylesheet
  14. Урок 14. 00:05:21
    Adding in the full stylesheets and scripts across the site
  15. Урок 15. 00:04:08
    Adding static images in per page
  16. Урок 16. 00:02:33
    Welcome to Part 2!
  17. Урок 17. 00:05:01
    Passing a variable from a view to a template
  18. Урок 18. 00:08:38
    Adding structure to our data
  19. Урок 19. 00:05:38
    Creating classes and objects to describe data
  20. Урок 20. 00:07:12
    Setting up a Django model
  21. Урок 21. 00:04:01
    Adding projects to our database
  22. Урок 22. 00:05:35
    Setting up the admin panel with our model
  23. Урок 23. 00:03:25
    Pulling database content into our views and templates
  24. Урок 24. 00:08:48
    Creating new fields in our model
  25. Урок 25. 00:12:13
    Uploading images to a media folder
  26. Урок 26. 00:10:00
    Adding a project page
  27. Урок 27. 00:07:23
    Adding URL "slugs" to our projects
  28. Урок 28. 00:05:36
    Adding a rich text editor
  29. Урок 29. 00:08:34
    Adding previous and next links to the project page
  30. Урок 30. 00:05:00
    Cleaning up the project HTML
  31. Урок 31. 00:02:21
    Welcome to Part 3 – connecting models and more!
  32. Урок 32. 00:05:27
    What is a model?
  33. Урок 33. 00:06:12
    Adding a new Credit model
  34. Урок 34. 00:03:55
    Adding credits to the admin panel
  35. Урок 35. 00:03:37
    Letting models be updated inline in the admin panel
  36. Урок 36. 00:05:14
    Adding drag and drop to our admin panel
  37. Урок 37. 00:06:28
    Adding a loop to our template with _set
  38. Урок 38. 00:01:41
    Remove HTML if no items in our list
  39. Урок 39. 00:02:58
    Cleaning up the selection of credits
  40. Урок 40. 00:05:37
    Adding an asset model and admin panel
  41. Урок 41. 00:04:32
    Adding the assets gallery to our template
  42. Урок 42. 00:06:31
    Making a pages app
  43. Урок 43. 00:05:34
    Adding a page model and admin panel
  44. Урок 44. 00:01:37
    Adding a rich text editor to the page description
  45. Урок 45. 00:04:59
    Making the pages admin panel easier to use
  46. Урок 46. 00:08:52
    Making views and templates for pages
  47. Урок 47. 00:07:53
    Adding a context processor
  48. Урок 48. 00:03:00
    Adding sorting to the page admin panel
  49. Урок 49. 00:01:53
    Tips for adding content to a development server
  50. Урок 50. 00:02:27
    Welcome to Part 4
  51. Урок 51. 00:07:42
    Adding version control with Git
  52. Урок 52. 00:04:28
    Sending our code to GitHub
  53. Урок 53. 00:09:25
    Adding environment variables
  54. Урок 54. 00:02:53
    Setting up a Heroku account
  55. Урок 55. 00:06:01
    Setting up our code for Heroku
  56. Урок 56. 00:05:53
    Sending code to Heroku
  57. Урок 57. 00:02:59
    Adding a superuser to our live admin panel
  58. Урок 58. 00:09:06
    Setting up Amazon Web Services
  59. Урок 59. 00:06:39
    Adding Django S3 Stroage
  60. Урок 60. 00:03:38
    Deploying S3 storage
  61. Урок 61. 00:03:12
    Adding a domain to our site
  62. Урок 62. 00:02:17
    Two Gotchas!