I've tried looking through documentation but I'm a bit stuck on some things--
When I enter django admin and try to change the directory for an imagefield, I hit Browse and it ends up browsing my local hard drive. I also can't change the imagefield manually so I resort to opening up the shell and changing the picture using a shell command for each object. Is there a way I could possibly fix this so that I could edit the imagefield manually?
Also, is it possible to set up an admin interface for one particular object? I've had it set up so that admin can access an application, but would be able to edit any object for that app. I'm setting up a site where I'd like to allow each person to have an admin account that would be able to edit their particular object.