if i want to display an intermediate admin action page in the style of the admin site, what do i inherit?
ah, found the "overriding admin templates" section
mattmcc
admin/base_site.html
diphtherial
aha, thank you
thesheff17 has quit
bite has quit
jjb123
mattmcc: Hey, thanks for your advice earlier that got static files working!
klysium joined the channel
mattmcc: However, now I can't seem to upload files. I set MEDIA_URL to "/media/", and MEDIA_ROOT to "/var/MySite/www/media/". I chmodded the www directory to 777 so I know it's not a permissions error. I also created another alias for the media directory like I did for static. Any ideas?
JulianGindi joined the channel
breno has quit
gremmie has quit
mattmcc
What happens when you attempt to do an upload?
dirigeant has quit
dirigeant joined the channel
MeW_ joined the channel
jjb123
mattmcc: It redirects to an error page and just says "Sorry, an error occured".
mattmcc: The Cherokee logs don't show anything strange
klysium has quit
mattmcc
How are you attempting the upload?
breno joined the channel
cjwelborn joined the channel
jjb123
mattmcc: It's using a model imageField, I'm not sure how it's trying to do it but it worked on my dev server
mattmcc: The post is returning a 500 error as well. Does Django log errors anywhere?
thesheff17 joined the channel
mattmcc
If you tell it to. But your WSGI server should be, at any rate.
jjb123
mattmcc: Hum, okay I'll check for that. I need to take a break from this for a while though, problem after problem. Thanks for your help though!