My other half has just discovered that RSS feeds in Django are surprisingly easy to make.
-
My other half has just discovered that RSS feeds in Django are surprisingly easy to make.
This is a good reminder that:
If you have a Django website, and publish news, blog articles, or other streams on your website;
The Django Syndication framework is here to help you distribute that information to more people!
The syndication feed framework | Django documentation
The web framework for perfectionists with deadlines.
Django Project (docs.djangoproject.com)
-
Baptiste Mispelonreplied to Marijke Luttekes last edited by
@mahryekuh and in 5.2 you can even style them! https://docs.djangoproject.com/en/dev/ref/contrib/syndication/#feed-stylesheets
-
Jeff "weBOOOOlogy" Triplettreplied to Marijke Luttekes last edited by
@mahryekuh It's great.
People tend to sleep on sitemaps, too, and I wonder how they web.
I worked on a recent project where someone pushed back on sitemaps as not being a big deal anymore and all I could do was and judge them silently.
-
Marijke Luttekesreplied to Jeff "weBOOOOlogy" Triplett last edited by
@webology Did they clarify their reasoning?
-
Jeff "weBOOOOlogy" Triplettreplied to Marijke Luttekes last edited by
@mahryekuh I stopped listening after that. I have done too many websites that have done well with SEO to care. I'd prefer they just stay in that space and sit there wondering why no one visits.
-
Marijke Luttekesreplied to Jeff "weBOOOOlogy" Triplett last edited by
@webology That's a healthy attitude!