Closed viatoriche closed 8 years ago
@viatoriche are you using the develop or the master branch? I had a similar error and using the develop branch solved the problem. I'm not sure if it's the same situation, but give it a try :)
@andreesg I am not seeing the post text body, and it seems that the template https://github.com/aldryn/aldryn-blog/blob/master/aldryn_blog/templates/aldryn_blog/post_detail.html is never used. For some reason my system is refusing to use aldryn_blog templates, and it using the custom templates that I created when setting up the django-cms 3. Does this blog plugin support django-cms 3? I tried the master branch and it also does not work.
Still "'aldryn_blog' is not a registered namespace" errors in version 0.4.4.2.
@dperetti have you added the apphook to the page and restart server ?
I eventually got it to work by adding url(r'blog/^', include('aldryn_blog.urls')),
to my project's url.
Shouldn't this precisely be done by the cms_app.py that's in aldryn_blog application ?
The documentation is not very clear for people who are new to django-cms !
4.0 don't work on cms 3.0.2 errors in reverse url