Hi all, I've read a lot about other posts regardind problems to this part of the tutorial:
https://docs.djangoproject.com/en/1.7/intro/tutorial02/#customize-the-admin-look-and-feel I've tried everything, but nothing happen! - using TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')] as in the tutorial, nothing change - put directly the path: TEMPLATE_DIRS = [ 'C:/Users/Dario/mysite/templates' ] nothing! - Using: TEMPLATE_LOADERS = ('django.template.loaders.filesystem.Loader', 'django.template.loaders.app_directories.Loader') before TEMPLATE_DIRS... nothing!!!! Under C:/Users/Dario/mysite/templates obviously I've got an admin dir and then the base_site.html file modified. Is it possible that's happens cause Python/django are on disk "D:" and the project under "C:" ??? Please help me... probably it's a little thing but I cannot seem to find a solution! Thanks to all!!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8fa2a831-552d-4c3e-a131-4148b04f6ad3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

