Re: Django-admin {{ root_path }} problem !

2009-07-23 Thread Dr.Hamza Mousa
reinstall the django to the latest development version of the trunk solve the issue , thank you On Thu, Jul 23, 2009 at 10:39 AM, Dr.Hamza Mousa wrote: > Thanks again Russell > > The admin templates i put in /templates/admin is working very well the css > is extended

Re: Django-admin {{ root_path }} problem !

2009-07-23 Thread Dr.Hamza Mousa
Thanks again Russell The admin templates i put in /templates/admin is working very well the css is extended and also customize the base template file ( still working thu ) ( forget to say i already set the template dir in settings.py : sorry ) , i also registered the application . yes the admin

Re: Django-admin {{ root_path }} problem !

2009-07-23 Thread Russell Keith-Magee
On Thu, Jul 23, 2009 at 2:30 PM, Dr.Hamza Mousa wrote: > Hi Russell > > The admin templates i copied into /templates/admin/ . > > The idea : i need to customize the admin for a project am working on . > > -details : > > installed django RC 1.1 , ubuntu linux 9.04 . > > so

Re: Django-admin {{ root_path }} problem !

2009-07-23 Thread Dr.Hamza Mousa
Hi Russell The admin templates i copied into /templates/admin/ . The idea : i need to customize the admin for a project am working on . -details : installed django RC 1.1 , ubuntu linux 9.04 . so i ran : django-admin.py startproject emr_admin , python manage.py startapp emr defined my

Re: Django-admin {{ root_path }} problem !

2009-07-22 Thread Russell Keith-Magee
On Thu, Jul 23, 2009 at 1:42 PM, Dr.Hamza Mousa wrote: > do you mean admin templates ?! i think its the template file of the RC ! Saying "I think" isn't quite the help we're looking for - are you using the default admin templates, or not? Have you taken _any_ copies of

Re: Django-admin {{ root_path }} problem !

2009-07-22 Thread Dr.Hamza Mousa
do you mean admin templates ?! i think its the template file of the RC ! Thanks Hamza On Thu, Jul 23, 2009 at 8:37 AM, Alex Gaynor wrote: > Did you by any chance copy the text of the old templates, from before the > rc? If so you'll need to update them for thr

Re: Django-admin {{ root_path }} problem !

2009-07-22 Thread Alex Gaynor
Did you by any chance copy the text of the old templates, from before the rc? If so you'll need to update them for thr changes. Alex On Jul 23, 2009 12:35 AM, "Dr.Hamza Mousa" wrote: Hello Thanks Russ for the fast reply , The url for the admin is the same as the

Re: Django-admin {{ root_path }} problem !

2009-07-22 Thread Dr.Hamza Mousa
Hello Thanks Russ for the fast reply , The url for the admin is the same as the default : (r'^admin/', include(admin.site.urls)), about trying to fix the issue and override this by adding the absolute url in " base.html " admin template temporary till i figure out what is causing this . I am

Re: Django-admin {{ root_path }} problem !

2009-07-22 Thread Russell Keith-Magee
On Thu, Jul 23, 2009 at 12:57 PM, Hamza wrote: > > Hello , > > i have an issue in Django-Admin , when i click on logout and change > password , it add /admin/logout and /admin/change_password/ to the > current path as in http://localhost:8000/admin/posts/admin/logout/ and

Django-admin {{ root_path }} problem !

2009-07-22 Thread Hamza
Hello , i have an issue in Django-Admin , when i click on logout and change password , it add /admin/logout and /admin/change_password/ to the current path as in http://localhost:8000/admin/posts/admin/logout/ and does the same to password_change . when trying to manually override this by