[Django]-Invalid BACKEND error when I have the seemingly correct settings โ€” why?

0๐Ÿ‘

โœ…

Oh dear. It seemed to be the fact that there was an extra element tagged on the end, the {TEMPLATE_DEBUG: DEBUG} element in the list. Removed that and it gets past that point now.

This is actually the old way of doing it. The 1.8 way is to have debug: True as a key-word in the dictionary.

๐Ÿ‘คDavid Boshton

Leave a comment