Re: Django - tutorial part 2 problem - Permission denied when attempting to save file

2011-10-31 Thread Nikolas Stevenson-Molnar
It looks like you don't have write permissions to the "base_site.html" file, or if the file doesn't exist, than you likely don't have proper permissions for the enclosing folder. What is the full path of the file you're attempting to edit? On 10/31/2011 6:30 PM, BillB1951 wrote: > Got this error

Django - tutorial part 2 problem - Permission denied when attempting to save file

2011-10-31 Thread BillB1951
Got this error Ran into this as part of the Django tutorial (part 2) very close to the bottom an attempt to change the page header/title. "There was an error attempting to save 'base_site.html':Permission denied" when trying to save the file below (copied from django source code) {%