aldryn / aldryn-blog

aldryn-blog IS DEPRECATED. PLEASE USE aldryn-newsblog!
Other
20 stars 35 forks source link

What a working version for django-cms 3.0.2? #64

Closed viatoriche closed 8 years ago

viatoriche commented 10 years ago

4.0 don't work on cms 3.0.2 errors in reverse url

andreesg commented 10 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 :)

corpulent commented 10 years ago

@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.

dperetti commented 9 years ago

Still "'aldryn_blog' is not a registered namespace" errors in version 0.4.4.2.

czpython commented 9 years ago

@dperetti have you added the apphook to the page and restart server ?

dperetti commented 9 years ago

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 !