djedi-cms
djedi-cms copied to clipboard
cannot make it work
I configured everything...
then I go to /admin/djedi/cms/
and just see a black screen and logo
see: http://f.code-on.be/d/18/10/0416o5jC.png
here is a test project source code for you to check
http://f.code-on.be/d/18/10/0416kKzS.zip
This is how Djedi is supposed to be used:
- Log into Django admin with a superuser or a user in the "Djedi" group (create it if needed).
- Refresh a page on the actual site.
- Now there's a Djedi button in the top right corner. Click it to open up the Djedi sidebar, which allows editing any nodes on the current page.
Regarding /admin/djedi/cms/ – that's an unfinished feature :) It simply renders the Djedi sidebar in fullscreen mode. The idea was to list all nodes on the entire site there, but that's not implemented yet so it's always empty. See also #4
Hope this helps!
ok, got it, thanks
I guess I'm not the first one :) might be better to add some screenshot to the front page of documentation
Yes, the docs/readme needs to be updated and clearer. Related to #44