Hi all,
   I have been writing a django app, and testing locally using
runserver.

Now I am in the process of moving this app to an online server, but am
having some problems.

On initialisation the app initialises itself with a .csv file I have
created, but with the online version I keep getting:

IOError at /

[Errno 13] Permission denied: '/cache/parks_extended_info.csv'


I have been playing with file permissions and owners, but just can't
get it to work.

This is my first django app, so the solution is probably simple!

thanks

Mark

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to