Re: Django server serving cached template pages

2015-03-10 Thread Collin Anderson
Hi, Yes, apparently many people get tripped up on this step. Is this django1.7? create a blank "blank_site.html". <- I assume you mean create a blank base_site.html? I assume this is with manage.py runserver? (If it's apache/uwsgi/gunicorn, you need to reload the program when changing the set

Django server serving cached template pages

2015-03-08 Thread Bryan Arguello
I am on the second page of the blog tutorial and am trying to change the base-site.html template. I make a few small changes, set the permissions to 755, put it in a subdirectory named 'admin' within a directory called 'template' inside of the project directory. I also add the template dire