I am learning Django-CMS
but I am now extremely good at django.
I am not getting how to post through djang-CMS, I have created some pages on Django-cms, just going through menu creation, template, etc.
But I couldn't find any menu or option to post something as like as WordPress has add post
button.
My question is, should i add new app named
blog and configure a with `app hook` or there is a good way to make a blog site?
Their documentation are not too good and too old documentation. as a beginner, I confused anything.
I need someone suggestion what i need to do to post with django-CMS? even i can select category etc through django-CMS, how can i do it?