richardbarran / django-photologue

A customizable plug-in photo gallery management application for the Django web framework.
BSD 3-Clause "New" or "Revised" License
674 stars 239 forks source link

TemplateDoesNotExist at /photologue/gallery/ #183

Closed tsrandrei closed 6 years ago

tsrandrei commented 6 years ago

TemplateDoesNotExist -> base.html

In template /Users/topolinohakerino/PycharmProjects/hakerino_website/venv/lib/python3.6/site-packages/photologue/templates/photologue/root.html, error at line 1

I have done a clean install on a Django 2.0, but I'm getting this error. I have checked into the photologue/templates/photologue/ and is missing the base.html. I have tried to add it manually with a copy of the file in this repo, but no luck.

Have someone a fix?

thank you

tsrandrei commented 6 years ago

I think the problem is within the "bootstrap"-idea delivered with photolouge. I use UIkit, after drain of bootstrap classes, I have fixed with coping all the files from templates/photolouge and extending with personal index file. I think documentation need update.

issue doesn't persist can be closed

Thank's to the the owner, very useful app!

GuillaumeDesforges commented 6 years ago

Same issue here.

Error during template rendering
In template ~/projects/mywebsite/back/venv/lib/python3.6/site-packages/photologue/templates/photologue/root.html, error at line 1

 {% extends "base.html" %}
richardbarran commented 6 years ago

@GuillaumeDesforges thanks for the report - I've tried to clarify the docs a bit to make it clearer that the Photologue templates expects a sitewide 'base.html' template.