mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #10] layout not found #6
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fccoelho on GitHub (Aug 26, 2015).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/10
I am getting this error on sandman2ctl with postgresql
jinja2.exceptions.TemplateNotFound: layout.html
@DanielJoyce commented on GitHub (Sep 4, 2015):
Same issue here. Installed via pip
pip install sandman2 doesn't seem to include templates, only the code/modules
@DanielJoyce commented on GitHub (Sep 4, 2015):
Checked out and ran github version via run.py, admin console works, but layout.css is missing as well, its not in the repo.
@jeffknupp commented on GitHub (Sep 16, 2015):
The file is not required, removing it from the template now.
@m3talstorm commented on GitHub (Nov 26, 2015):
sudo pip install git+https://github.com/jeffknupp/sandman2.git
Worked for me
@dbaty commented on GitHub (Oct 11, 2016):
I can reproduce the TemplateNotFound with the latest version of
sandman(1.0.4):Indeed there are no
templates/directory installed bypip install sandman2:But files in
templates/layout.htmlare necessary for the admin.Could it be a packaging issue?
@skunkwerk commented on GitHub (Nov 1, 2016):
+1
same issue here with fresh 'pip install sandman2'
workaround is to use 'pip install git+https://github.com/jeffknupp/sandman2.git' instead