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