dull look after install on ubuntu

2011-08-09 Thread Peter Kovgan
django 1.3 on python 2.7.1 ubuntu 11.04 looking through firefox 4 Dull look, like all javascript has been removed On windows looks nice, but here all works, but no colors, no styles, nothing... What could it be? Thanks. -- You received this message because you are subscribed to the Google Grou

Re: dull look after install on ubuntu

2011-08-09 Thread Peter Kovgan
setting. I tried to resolve it myself, but nothing has worked. I used answers to another threads, but probably my installation is somehow different. What exactly I specify in MEDIA_ROOT = ''" ? Thank you. On 10 August 2011 00:29, Gelonida N wrote: > On 08/09/2011 09:58

Re: dull look after install on ubuntu

2011-08-10 Thread Peter Kovgan
in documentation: # 'django.contrib.admindocs', ) # A sample logging configuration. The only tangible logging # performed by this configuration is to send an email to # the site admins on every HTTP 500 error. # See http://docs.djangoproject.com/en/dev/topics/logging for # more details on how to c

Re: dull look after install on ubuntu

2011-08-10 Thread Peter Kovgan
Gelonida N: "Very probably an error in settings.py" ok.. " STATIC_ROOT has to be an absolut path name using '/' and not '\' characters pointing to a directory, that is empty (collectstatic will store files there) " ok... "STATICFILES_DIRS should point to the directory, where you put your stat

Re: dull look after install on ubuntu

2011-08-10 Thread Peter Kovgan
... Now I'm going to reinstall everything from scratch. Thank you for help. On 10 August 2011 16:24, Tom Evans wrote: > On Wed, Aug 10, 2011 at 3:53 AM, Peter Kovgan > wrote: > > Thank you guys. > > > > > "/usr/local/lib/python2.7/dist-packages/django/

Re: dull look after install on ubuntu

2011-08-10 Thread Peter Kovgan
I resolved it, setting DEBUG = True, it was False for some reason, and it worked so on windows. I have some doubts, that static files should become unavailable when you set debug=false. What do you think? On 10 August 2011 21:46, Peter Kovgan wrote: > I seriously tried. > you did n

Re: dull look after install on ubuntu

2011-08-10 Thread Peter Kovgan
I must find elsewhere my admin statics, copy-paste them to some place and poin to this place from settings.py? OK I do not like this burden. On 10 August 2011 21:52, Peter Kovgan wrote: > I resolved it, setting DEBUG = True, it was False for some reason, and it > worked so on window

Re: dull look after install on ubuntu

2011-08-10 Thread Peter Kovgan
on windows it also was 1.3 I collected statics as you said, but it brought also many not static files Actually all my sources went there. On 10 August 2011 22:49, Gelonida N wrote: > On 08/10/2011 09:01 PM, Peter Kovgan wrote: > > Ok, Ok, I've got it, read docs. > > &g

Re: dull look after install on ubuntu

2011-08-10 Thread Peter Kovgan
ite/urls.pyc' Copying '/home/peter/work/django/projects/src/mysite/__init__.py' Copying '/home/peter/work/django/projects/src/mysite/settings.pyc' Copying '/home/peter/work/django/projects/src/mysite/polls/admin.pyc' Copying '/home/peter/work/django/proje

Re: dull look after install on ubuntu

2011-08-11 Thread Peter Kovgan
Gelonida N, thanks. I believe you , I'm just unlucky programmer :) I should reinstall my linux django from scratch. Thank you for the explanation! It was very helpful. Peter. On 11 August 2011 12:21, Gelonida N wrote: > Hi Peter, > > On 08/11/2011 06:40 AM, Peter Kovgan