arocks / edge

A Django project skeleton that is modern and cutting edge.

Home Page:http://django-edge.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEMPLATE_* settings were deprecated

meoded opened this issue · comments

After fresh install as described in the doc
While migrating on win 8.1 64bit: I got that warning:

WARNINGS:
?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 a
nd the TEMPLATES dictionary takes precedence. You must put the values of the fol
lowing settings into your default TEMPLATES dict: TEMPLATE_DEBUG.

It also appears when typing runserver.

fresh install
python 3.5 64bit
django 1.9

Thanks