Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Q: How to make RSS feeds work #396

Closed
Natureshadow opened this issue Nov 20, 2017 · 3 comments
Closed

Q: How to make RSS feeds work #396

Natureshadow opened this issue Nov 20, 2017 · 3 comments

Comments

@Natureshadow
Copy link

I am trying to make RSS feeds for categories and tags work.

My setup:

I have Django-CMS 3.4.5 with multisite and multilanguage.

In my urls.py, I have:

url(r'^blog/', include('djangocms_blog.urls', namespace='djangocms_blog')),

My site has an apphook config, two categories (Neuigkeiten and Ankündigungen in the German language).

I am trying to access /blog/feed, which throws an error because it somehow gets an empty namespace, and I do not find any hints on how to construct URLs for a single category or even a tag.

Also, can't I somehow get the <link rel="alternative" … headers into my home page and the pages containing the blog app hooks?

@yakky
Copy link
Member

yakky commented Dec 31, 2017

For this application to work properly, you have to use the apphooks feature of django CMS: i.e.: attach the blog application to a django CMS page (http://django-cms.readthedocs.io/en/release-3.4.x/user/reference/page_admin.html#advanced-settings, http://django-cms.readthedocs.io/en/release-3.4.x/topics/apphooks.html) as djangocms-blog uses the informated enabled by the apphook to configure its context

@yakky
Copy link
Member

yakky commented Jan 5, 2018

@Natureshadow if you want to talk about this in realtime, we just opened a gitter room https://gitter.im/nephila/applications

@yakky
Copy link
Member

yakky commented Jan 18, 2018

Thanks @Natureshadow for popping into our gitter room. Happy to have helped you fixing this. Closing this issue

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants