On Friday, November 21, 2014 2:02:29 PM UTC-8, Collin Anderson wrote:
>
> Hi,
>
> Is your TEMPLATE_DIRS set correctly? The tutorial recommends this:
>
> TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')]
>
> Thanks,
> Collin
>
>
>
> On Tuesday, November 18, 2014 2:06:35 AM UTC-5, Sachin Tiwari wrote:
>>
>>
>>
>> On Thursday, November 13, 2014 7:49:28 PM UTC+5:30, Sachin Tiwari wrote:
>>>
>>>  Hi All,
>>>
>>>  I want to change Home link at admin page to Admin Home -> blog -> ...
>>>
>>>  I tried by modifying  base.html and base_site.html in my 
>>> templates/admin/, but it would work
>>>
>>>  {% block breadcrumbs %}
>>>     <div class="breadcrumbs">
>>>     <a href="{% url 'admin:index' %}">{% trans ' Admin Home' %}</a>
>>>     {% if title %} &rsaquo; {{ title }}{% endif %}
>>>     </div>
>>>     {% endblock %}
>>>    
>>>    Please help......
>>>
>>>
>>>
>>>
>>
>> Hi Collin,
>>
>> No changes will be reflected, Please suggest something.
>>  
>>
>

And is there only one TEMPLATE_DIRS variable defined? The settings.py 
template already has one, if the user follows the instructions to *add* 
that line and puts it before the default empty one, it may override and 
wipe out what the user added.

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/bd08b066-019c-4a97-b6ca-68a57979dda4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to