We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g. here it expects that a blog object exists:
blog
folder = portal['blog'] File "/home/john/zope/plumi/buildout-cache/eggs/Zope2-2.13.15-py2.7.egg/OFS/ObjectManager.py", line 777, in __getitem__ raise KeyError, key KeyError: 'blog'
This could be dealt with in the plumisite buildout part to create the initial site, or maybe better upon installation of em.skin
plumisite
em.skin
The text was updated successfully, but these errors were encountered:
CSS fixes - Better screens adaprivity #2
5b4ecd2
No branches or pull requests
E.g. here it expects that a
blog
object exists:This could be dealt with in the
plumisite
buildout part to create the initial site, or maybe better upon installation ofem.skin
The text was updated successfully, but these errors were encountered: