[Django]-Publishing ics feeds in Django

4👍

I doubt this will solve your problem (sounds like a server configuration issue), but I would suggest checking out django-cal for your feed generation. It works the same way as django.contrib’s syndication feed framework (read: nicely)

Leave a comment