Re: admin home page

2011-02-27 Thread Vladimir
To Lee Hinde: Thank You. You answered me: Your browser's not finding the admin media location to load the css. Look at the docs for ADMIN_MEDIA_PREFIX. (I think that's the one...) I have looked: ADMIN_MEDIA_PREFIX Default: '/media/' The URL prefix for admin media -- CSS, JavaScript and images

Re: mistake in admin home page

2011-02-27 Thread Lee Hinde
On Sun, Feb 27, 2011 at 5:46 AM, vladimir <veva...@yandex.ru> wrote: > Please help me, why do I get such a form of admin home page (after > autentification): > > http://www.google.com/url?sa=D=https://docs.google.com/leaf%3Fid%3D0B5W4njXO9ND_YmY0ZGQ4NTktZWZiZC00MzU3LWI5ZWEtYTF

Re: admin home page

2011-02-27 Thread Vladimir
I have installed Django-1.2.5. No effect. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: admin home page

2011-02-27 Thread Stefano
I use virtualenv so can test my app with multiple django version easy. http://pypi.python.org/pypi/virtualenv S. 2011/2/27 Vladimir : > is it a good idea to delete Django from Python27/Lib/site-packages and > install Django-1.2.5 ? > > -- > You received this message because

Re: admin home page

2011-02-27 Thread Vladimir
is it a good idea to delete Django from Python27/Lib/site-packages and install Django-1.2.5 ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group,

Re: admin home page

2011-02-27 Thread Vladimir
/* DJANGO Admin styles */ body { margin: 0; padding: 0; font-size: 12px; font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif; color: #333; background: #fff; } /* LINKS */ a:link, a:visited { color: #5b80b2;

Re: admin home page

2011-02-27 Thread Stefano
seems that django is not able to decode the .css files try to open /contrib/admin/media/css/base.css with notepad and check it's content S. 2011/2/27 Vladimir : > Django 1.2.3, > > in settings.py I have not edit this values: > MEDIA_ROOT = '' > MEDIA_URL = '' >

Re: admin home page

2011-02-27 Thread Vladimir
Django 1.2.3, in settings.py I have not edit this values: MEDIA_ROOT = '' MEDIA_URL = '' ADMIN_MEDIA_PREFIX = '/media/' urls.py: from django.conf.urls.defaults import * # Uncomment the next two lines to enable the admin: from django.contrib import admin admin.autodiscover() urlpatterns =

Re: admin home page

2011-02-27 Thread s . apostolico
nothing ? is it enabled ? Please indicate: - django version - the value of MEDIA_ROOT, MEDIA_URL, ADMIN_MEDIA_PREFIX - urls.py 2011/2/27 Vladimir : > 1) firebug shows nothing in "net->all" panel, 2) the same result is in > Firefox 3.6.13, Internet Explorer 8, Google Chrome >

Re: admin home page

2011-02-27 Thread Vladimir
1) firebug shows nothing in "net->all" panel, 2) the same result is in Firefox 3.6.13, Internet Explorer 8, Google Chrome -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To

Re: admin home page

2011-02-27 Thread s . apostolico
errors in urls.py  files (project level and/or > application level), but I cannot find them exactly. Please help > > On 26 фев, 21:58, vladimir <veva...@yandex.ru> wrote: >> 1. Studying example in "The Definite Guide to Django. 2nd ed. >> A.Holovaty, J.Kaplan-Mos

Re: admin home page

2011-02-27 Thread veva...@yandex.ru
Django. 2nd ed. > A.Holovaty, J.Kaplan-Moss" I have got impropper form of admin home > page (after > authorisation):https://docs.google.com/leaf?id=0B5W4njXO9ND_YmY0ZGQ4NTktZWZiZC00MzU3... > 2. Studying example (CMS) in "Python Web Development with Django. > J.Forcier, P.Bisse

mistake in admin home page

2011-02-27 Thread vladimir
Please help me, why do I get such a form of admin home page (after autentification): http://www.google.com/url?sa=D=https://docs.google.com/leaf%3Fid%3D0B5W4njXO9ND_YmY0ZGQ4NTktZWZiZC00MzU3LWI5ZWEtYTFmM2JkODY5YmEy%26hl%3Den%26authkey%3DCMCK6uQG -- You received this message because you

admin home page

2011-02-26 Thread vladimir
1. Studying example in "The Definite Guide to Django. 2nd ed. A.Holovaty, J.Kaplan-Moss" I have got impropper form of admin home page (after authorisation): https://docs.google.com/leaf?id=0B5W4njXO9ND_YmY0ZGQ4NTktZWZiZC00MzU3LWI5ZWEtYTFmM2JkODY5YmEy=en=CMCK6uQG 2. Studying ex

admin home page shows no permission to do anything

2008-10-30 Thread Chuck Bai2
I got the following message when login as superuser to admin home page: * You don't have permission to edit anything. * Recent Actions My Actions None available I delete all my database tables and regenerate them through syncdb, but it did not help. The login/logout part