Re: Django/Apache on Ubuntu - admin page looks weird

2009-01-09 Thread djangofett
Thanks a lot guys, that was it, should have looked at the official documentation more closely. On Jan 8, 9:27 pm, elithrar wrote: > Just in case you miss it - and this is the method I'd suggest, as it > makes updating easy: > > > Create a symbolic link to the admin media files from within your d

Re: Django/Apache on Ubuntu - admin page looks weird

2009-01-08 Thread elithrar
Just in case you miss it - and this is the method I'd suggest, as it makes updating easy: > Create a symbolic link to the admin media files from within your document > root. This way, all of your Django-related files -- code and templates -- > stay in > one place, and you'll still be able to sv

Re: Django/Apache on Ubuntu - admin page looks weird

2009-01-08 Thread Karen Tracey
On Thu, Jan 8, 2009 at 11:45 PM, djangofett wrote: > > Hi, I am trying to get Django running on an Ubuntu server with Apache. > Everything seems to be installed fine (mod_python, plus MySQL with > MySQLdb python bindings), and I am running the main tutorial on the > Django site. I am doing the se