i followed all steps in this docs: http://docs.django-cms.org/en/2.3/getting_started/tutorial.html#configuration-and-setup
and everything is working fine, but in admin page i dont see cms block where i can add pages. what could i be missing ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know if you have solved this, but I had the same problem: I mistyped plugin_pool.register_plugin(MyPlugin) and that made “CMS>Pages” section disappear in the admin. Maybe you have something wrong in your cms_plugins.py file too. Something similar happened to me when I tried to use {% extend some_variable %} instead of {% extend “base.html” %} in my template. I hope it helps