Open wyzewyz opened 7 years ago
Hi @wyzewyz
Thanks for this feedback.
You right about django.contrib.sites : there is not any part of the doc which mention it. IMHO, it should be added (at least) in the section "Enable applications and edit settings".
As pybb is no longer compatible with django < 1.8, we can now upgrade the documentation to remove references to deprecated Django settings like TEMPLATE_*
.
About markdown, it's documented in section "markup"
Do you want to help us to update the documentation ? If you don't know how to do this, it's quite simple:
doc-update
for exemple)You also can find a "guide" on github to help people to contribute to a project
In any case, thanks for took time for this issue.
I'm starting a brand new site with the latest Django and I've come across some shortcomings with the documentation.
django.contrib.sites
must be enabled inINSTALLED_APPS
, andSITE_ID
must be set per the django docs (TLDR: To get started,SITE_ID = 1
is sufficient)TEMPLATE_CONTEXT_PROCESSORS
mentioned here no longer exists.PYBB_MARKUP = "markdown"