Adding a CMS to Your Pyramid Web App Transcripts
Chapter: Course setup and requirements
Lecture: git the source code
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
To work with this project. To take this course and follow along writing the code, You're absolutely going to have to go and get the starter project.
0:09
This is a non trivial, data driven Web application that we're adding a CMS to. So unless you want to go and create the whole thing,
0:16
Or you know, maybe all along but add it to your own app.
0:19
If you wanted to follow along exactly, you really want to go over here and get the code, download it and have it locally to start working from.
0:23
And as we work in Chapter three and four and five, you know,
0:28
take the starter code for three and work it over until it's what it should be in four and then to five and so on.
0:34
So you want to go to the GitHub Repo here on the screen is also listed in your course page, your student page and the course training site.
0:47
So you just click to GitHub repo right there, and it'll take you straight to the GitHub repo,
0:50
So that's the easiest way to do it, but make sure you either clone or download it as a zip file.
0:55
Also star it and even consider forking it to your own account so that you have it saved forever.
1:01
All right, So don't forget to get the source code. We're actually gonna see how to do that, coming up soon in the next chapter