Re: admin media and template override ignored after switch to 1.2rc

2010-05-18 Thread C4m1l0
Hi, I've encountered the same problem.  When I look in the page source
the link point to the correct localization, but the CSS and images
aren't loaded, the layout is default. Could anyone help us? :)

Thanks!

On May 17, 8:37 am, naos  wrote:
> Well now I think that it might be related to virtualenv since I
> created new virtualenv with Django 1.1.1 and have the same result.
>
> On May 17, 12:44 pm, naos  wrote:
>
>
>
>
>
> > Hi All,
>
> > Today I tried to switch my project  from 1.0.4 to 1.2rc version and I
> > encountered problem withadminmediadefinitions andtemplate
> > override. It simply doesn't work :) JS,CSS files are not included in
> > the html and alltemplatecustomizations are not present, looks like
> > my custom templates are not loaded anymore.
>
> > Does anyone have similar problem? Any solutions?
>
> > Greetings,
> > Lukasz
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: admin media and template override ignored after switch to 1.2rc

2010-05-20 Thread C4m1l0
I've resolved my problem, the django project was in the directory "/
var/aplicações". So I've tried to access the folder "media/css" and I
couldn't because django couldn't resolve name "apilcações". So, I've
just rename the folder.

On May 18, 5:37 pm, C4m1l0  wrote:
> Hi, I've encountered the same problem.  When I look in the page source
> the link point to the correct localization, but the CSS and images
> aren't loaded, the layout is default. Could anyone help us? :)
>
> Thanks!
>
> On May 17, 8:37 am, naos  wrote:
>
>
>
> > Well now I think that it might be related to virtualenv since I
> > created new virtualenv with Django 1.1.1 and have the same result.
>
> > On May 17, 12:44 pm, naos  wrote:
>
> > > Hi All,
>
> > > Today I tried to switch my project  from 1.0.4 to 1.2rc version and I
> > > encountered problem withadminmediadefinitions andtemplate
> > > override. It simply doesn't work :) JS,CSS files are not included in
> > > the html and alltemplatecustomizations are not present, looks like
> > > my custom templates are not loaded anymore.
>
> > > Does anyone have similar problem? Any solutions?
>
> > > Greetings,
> > > Lukasz
>
> > > --
> > > You received this message because you are subscribed to the Google Groups 
> > > "Django users" group.
> > > To post to this group, send email to django-us...@googlegroups.com.
> > > To unsubscribe from this group, send email to 
> > > django-users+unsubscr...@googlegroups.com.
> > > For more options, visit this group 
> > > athttp://groups.google.com/group/django-users?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.