Re: customize project templates

2015-09-06 Thread Lâm Hải Sơn
Hello, In django 1.8, setting template will be same bellow TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', *'DIRS': [],* 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ 'django.template.context_proc

customize project templates

2015-09-05 Thread Terry Chia
Hello, I am doing "Writing your first Django app, part 2" provided by Django Documentation part 2 and is stuck at customising your project's template. I am trying to customise the project template by copying the base_site.html from th