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 used
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
django-users+unsubscr...@googlegroups.co
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 you are subscribed t
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, sen
/*
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;
text-decoration
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 = ''
> ADMIN_MEDIA_PREFIX = '/media/'
>
>
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 = patter
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
>
> --
> You received
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 unsu
error #1: seems that the browser is not able to load static resources
( css ). If you had firebug try to check the "net->All" panel for
errors
Stefano
2011/2/27 veva...@yandex.ru :
> error # 1 I can't understand at all,
> error # 2 is because of errors in urls.py files (project level and/or
>
error # 1 I can't understand at all,
error # 2 is because of errors in urls.py files (project level and/or
application level), but I cannot find them exactly. Please help
On 26 фев, 21:58, vladimir wrote:
> 1. Studying example in "The Definite Guide to Django. 2nd ed.
> A.Holovaty, J.Kaplan-Moss
Never mind. I found the solution. Put admin.autodiscover() to urls.py
fix the issue.
On Oct 30, 9:40 pm, Chuck Bai2 <[EMAIL PROTECTED]> wrote:
> I got the following message when login as superuser to admin home page:
> *
> You don't have permission to edit anything.
> *
>
> Recent Actions
>
>
12 matches
Mail list logo