If you are doing each step in different directories, any chance you forgot to re-do the:
$ python ./setup.py develop …line which resets the egg location? If you forget that, your pserve would be will be using the previous egg. Otherwise, you can try checking out the Pyramid source using git and using that tutorial section directly: https://github.com/Pylons/pyramid/tree/master/docs/quick_tutorial/static_assets <https://github.com/Pylons/pyramid/tree/master/docs/quick_tutorial/static_assets> —Paul > On Nov 4, 2015, at 11:51 PM, Srikanth Bemineni <[email protected]> > wrote: > > > Hi , > > I am going the through the quicktutorial, and right now I have some > questions on tutorial 13 > > > http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/static_assets.html > > In this tutorial we create a static url to a css file. I have modified the > files based on the tutorial , which is based on the tutorial view_class > tutorial 9. > > After loading the the app using > > pserve development.ini --reload > > I still get the previous old home.pt html with out the link. when I print the > res.body during the nosetest tutorial, I am able to get the proper HTML. I > did set the http_cache to 0 in the @view_defaults , but still I am served > with old template. > > I did clear the browser data , but I still get the old home template. > > Is there a cache for pserve ?. > > Thank you > Srikanth > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/pylons-discuss > <http://groups.google.com/group/pylons-discuss>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
