djedi-cms icon indicating copy to clipboard operation
djedi-cms copied to clipboard

cannot make it work

Open vitalik opened this issue 7 years ago • 3 comments

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

vitalik avatar Oct 04 '18 13:10 vitalik

This is how Djedi is supposed to be used:

  1. Log into Django admin with a superuser or a user in the "Djedi" group (create it if needed).
  2. Refresh a page on the actual site.
  3. 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!

lydell avatar Oct 04 '18 14:10 lydell

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

vitalik avatar Oct 05 '18 09:10 vitalik

Yes, the docs/readme needs to be updated and clearer. Related to #44

lundberg avatar Oct 24 '18 06:10 lundberg