Closed ghost closed 10 years ago
@Russell91 Which tutorial? Got URL? It may have been updated on the 1.5 or master branch.
It's not a big deal obviously. This is just the first tutorial I've seen hosted on github and I thought I would try out using the issues are for it.
Ah, an extra credit question, which is a tests your recall from the previous page's Step 7 in the tutorial. http://docs.pylonsproject.org/projects/pyramid_tutorials/en/latest/humans/setup.html#steps
Yeah, we're not going to change that.
If you want to try the latest and greatest tutorial for Pyramid, I'd suggest trying out this series: http://docs.pylonsproject.org/projects/pyramid/en/master/quick_tutorial/index.html
This one delves deeper into the concepts and provides more explanation of what you are doing and why, with lots of reference material.
Question 3: Does Pyramid support automatic reloading of Python code?
At this point in the tutorial, this question doesn't really make sense to me. I did the set up steps and got my server running in a few minutes, so everything up to this point was really successful in the tutorial. But I don't even know what "automatic reloading" is, so even when I change the view response, I'm being asked a question which I don't have the tools to answer. A quick google response didn't turn up the answer either. Maybe this part should be reworked or removed.