django-planet
django-planet copied to clipboard
:globe_with_meridians: A django planet and feeds (RSS and ATOM) aggregator application for Django
will be updated?
`django-tagging` did it, I think because is not LTS anymore, but now the tests are failing because of that, I thought in provide a patch to get support for Django...
Hey, guys. I've installed django-planet on my django project. So its successfully installed. And I've added the urls like this. ``` url(r'^news/', include('planet.urls')) ``` And go to http://localhost:8000/news It says...
I fixed a few things: - Unicode issue when deleting a feed - Timezone localization on dates - More simple and efficient documentation And added some features: - Added a...
Fixed the templates for Django 1.9 compatibility by removing all the `{% load url from future %}`.
Hello, When trying to add feed I am getting a connection refused Error. Do You know why this might be and how can I solve this problem? Find the complete...
While trying to work with django-planet with MySQL I've encountered two problems: The Blog model requires the "url" will be both unique and with max_length of 1024. In MySQL this...
The listed versions required for Django, Celery, and django-celery are all (slightly) different between the two files. Presumably `setup.py` is authoritative? How about fixing `requirements.txt` and reading it into `setup.py`...
See this [pyarweb commit](https://github.com/PyAr/pyarweb/commit/eb5a60c1c1acb92fbe1c490595c08b7a96d161d3).
Hi. While processing feed having short description and full content inside it, created post has short description as content, but real content is lost. Example. http://beautynesia.com/feed/ Code doing this is...