Re: what's wrong with the djangoadmin tool of mine

2008-08-26 Thread Keith Eberle
Better to make a link, rather than copy. If the media files ever change, you'll have to recopy the files... keith On Tue, Aug 26, 2008 at 10:12 PM, App Engine <[EMAIL PROTECTED]> wrote: > *I have copy the media document and files to /var/www/host1/* > ** > *It's work! * > ** > *Karen Tracey

Re: what's wrong with the djangoadmin tool of mine

2008-08-26 Thread App Engine
*I have copy the media document and files to /var/www/host1/* ** *It's work! * ** *Karen Tracey and Keith Eberle , Thank you! * On Wed, Aug 27, 2008 at 9:48 AM, Keith Eberle <[EMAIL PROTECTED]>wrote: > Django by default does not serve out static content (Javascript, CSS, > images, etc) because t

Re: what's wrong with the djangoadmin tool of mine

2008-08-26 Thread Keith Eberle
Django by default does not serve out static content (Javascript, CSS, images, etc) because the web server, such as Apache, is more efficient with serving that type of content. It sounds like you aren't using the included development server... If you look at your settings.py file, ADMIN_MEDIA_PREF

Re: what's wrong with the djangoadmin tool of mine

2008-08-26 Thread Karen Tracey
On Tue, Aug 26, 2008 at 9:38 PM, App Engine <[EMAIL PROTECTED]> wrote: > I don't understand. > > I using ubuntu_server edition apache mysql python pyton-mysqldb > > I install django follow the guide but when I finish it ,I found the admin > tool can't display the static files.like img and css >

Re: what's wrong with the djangoadmin tool of mine

2008-08-26 Thread App Engine
I don't understand. I using ubuntu_server edition apache mysql python pyton-mysqldb I install django follow the guide but when I finish it ,I found the admin tool can't display the static files.like img and css On Wed, Aug 27, 2008 at 9:09 AM, Keith Eberle <[EMAIL PROTECTED]>wrote: > The stati

Re: what's wrong with the djangoadmin tool of mine

2008-08-26 Thread Keith Eberle
The static media files aren't getting served properly. Are you using the development server or Apache in your screenshot? keith On Tue, Aug 26, 2008 at 9:01 PM, App Engine <[EMAIL PROTECTED]> wrote: > look,please, > I don't konw why the django admin display like this.[attach] > > > ubuntu apach