Re: Extending AdminSite

2009-07-23 Thread Dr.Hamza Mousa
Try those : *Concept ,Ideas and Basics :* http://www.theotherblog.com/Articles/2009/06/02/extending-the-django-admin-interface/ Tom explain the main concept . *Slideshow ( reference ) :*and this slideshow is outstanding as well :

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 <dr.hamzam...@gmail.com>wrote: > Thanks again Russell > > The admin templates i put in /templates/admin is working very well the cs

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

2009-07-23 Thread Dr.Hamza Mousa
com> wrote: > > On Thu, Jul 23, 2009 at 2:30 PM, Dr.Hamza Mousa<dr.hamzam...@gmail.com> > 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 .

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

2009-07-23 Thread Dr.Hamza Mousa
lhost:8000/admin/password_change/admin/password_change/done/ thats what happend so far : best regards Hamza -- thats what i did so far On Thu, Jul 23, 2009 at 8:49 AM, Russell Keith-Magee <freakboy3...@gmail.com > wrote: > > On Thu, Jul 23, 2009 at 1

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

2009-07-22 Thread Dr.Hamza Mousa
them for thr changes. > > Alex > > On Jul 23, 2009 12:35 AM, "Dr.Hamza Mousa" <dr.hamzam...@gmail.com> wrote: > > Hello > > > Thanks Russ for the fast reply , > > The url for the admin is the same as the default : (r'^admin/', > include(admin.site.urls)

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

Auto-populate fields in django?

2009-03-30 Thread Dr.Hamza Mousa
Hello , am wondering , how to auto-populate fields as ( User field , and current datetime filed ) , i follow up those tips , and created a custom manager / and manipulator http://www.b-list.org/weblog/2006/nov/02/django-tips-auto-populated-fields/, though am wondering if there is another way

Re: Generic View for create , update and delete !

2009-03-28 Thread Dr.Hamza Mousa
Thanks a lot André , already tried it , somehow the problem was not in my tries or code , but in the server , its somehow stuck at certain pages . so i could not see the effects . Also now the post_save_redirect and post_delete_redirect don't redirect me to the specific page i assigned :( also

Re: Installing Django

2009-03-28 Thread Dr.Hamza Mousa
You need to define " Environment Variables " parameter in windows , In User Variable : PATH : C:\Python26\Lib\site-packages\django\bin ( add the path to your django binary directory ) . - and also in System Variable , make sure you have the Python path as well On Sat, Mar