2011/1/18 Chen Xu <xuche...@gmail.com>

> I did try this, and I tried again, but it still doesn't work.
> Do I need to do something extra like quit the server, and restart again? By
> the way I did try this too.
>
> Now, I am totally lost.
>
>
Django dev server restarts itself, but sometimes you have to manually
restart it.
Well, if you specify paths right and create there is a directory nothing
would go wrong:

TEMPLATE_DIRS = (
            "/templates/",
}
and your project for example is here "/var/www/project/" than you go to this
dir and in the dir "templates" create dir "admin" and place here thoose
admin templates that would replace default admin templates. As i have done
it many times if it is done right things works from the start.

for debugging you can delete default admin templates and when Django spills
error that template does not exist's look at path's in traceback where
django searched templates
it can help to understand problem better
-- 
*Vovk Donets*
 python/django developer

skype:  suunbeeam
icq:      232490857
mail:    donets.vladi...@gmail.com

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to