Skip to content
New issue

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

Seemingly outdated documentation #561

Closed
apetryla opened this issue Feb 28, 2023 · 2 comments
Closed

Seemingly outdated documentation #561

apetryla opened this issue Feb 28, 2023 · 2 comments
Labels
Type: Question Further information is requested

Comments

@apetryla
Copy link

Hello,

was searching for QuoteBlock under coderedcms.content_blocks as shown in the docs. Found it in coderedcms.blocks.html_blocks. Do this docs need to be updated?

@apetryla apetryla added the Type: Question Further information is requested label Feb 28, 2023
@apetryla
Copy link
Author

Context: I'm adding coderedcms to an existing project. I can't find any documentation on how to do it. Some challenges I faced on the way:

  1. had to install wagtail-seo and add wagtailseo to the INSTALLED_APPS in django settings.
  2. Was getting NoReverseMatch at /cms/settings/coderedcms/layoutsettings/2/ Reverse for 'import_index' not found. 'import_index' is not a valid view function or pattern name. error. Solved by adding from coderedcms.admin_urls import urlpatterns as coderedcms_urls to my project's urls.py and including *coderedcms_urls, in the urlpatterns.

Please let me know if I missed any documentation or could do anything better here. :)

@vsalvino
Copy link
Contributor

Regarding the QuoteBlock, you can import everything from coderedcms.blocks.

See this issue about adding to an existing site: #327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants