Showing posts with label django error 2. Show all posts
Showing posts with label django error 2. Show all posts

django error 2

 
 
 

“TemplateDoesNotExist

 
TEMPLATE_DIRS = (
    os.path.join(os.path.dirname(__file__), 'template').replace('\\','/'),
)