New Page: Getting Feedjack to Work with the Latest Django Version

7 views
Skip to first unread message

aek82

unread,
Mar 10, 2008, 11:04:34 PM3/10/08
to Feedjack
Write up on my experience with getting Feedjack to work with the
latest Django version.

Click on http://groups.google.com/group/feedjack/web/getting-feedjack-to-work-with-the-latest-django-version
- or copy & paste it into your browser's address bar if that doesn't
work.

Gustavo Picón

unread,
Mar 16, 2008, 7:06:53 PM3/16/08
to Feedjack
Thanks a lot for this, I'll use your information to fix feedjack. I'm
using an oooooold version of django so I'm updating my local copy to
trunk, update feedjack and release a new trunk-friendly version.

- tabo

On Mar 10, 10:04 pm, aek82 <contact.alex...@gmail.com> wrote:
> Write up on my experience with getting Feedjack to work with the
> latest Django version.
>
> Click onhttp://groups.google.com/group/feedjack/web/getting-feedjack-to-work-...

Dreamingk(天成)

unread,
Mar 26, 2008, 6:24:43 AM3/26/08
to Feedjack
Issue 1:
Just use 'safe' filter like the following
{{ item.content|safe }}

Other issue:
- 'maxlength' is too old for defining model, currently we should use
max_length, otherwise it always raises warning.
- In Feed model, etag doesn't setup null=True, so feedjack_update.py
doesn't work on my workstation.
- Thinking others.

Gustavo Picón

unread,
Mar 28, 2008, 3:50:55 AM3/28/08
to Feedjack
Everything has already been fixed in feedjack-trunk, I have several
sites running it with no problems and without a single mail alert.
I'll release it as soon as I write the changes doc.

Antonio Ognio a.k.a gnrfan

unread,
Apr 9, 2008, 12:51:20 PM4/9/08
to Feedjack
Alex,

In your post you mention this:
> Getting feedjack_update.py to work requires you to place this file in the parent directory of your > Django project. From there, you can call the settings file by typing \47python feedjack_update.py > --settings="projectname.settings" \47

I got it running simply by setting the two need environment vars in
the command line:

$ PYTHONPATH=$PYTHONPATH:/path/to/your/django/project
DJANGO_SETTINGS_MODULE="projectname.settings" feedjack_update.py

I guess the env vars could be set in a bash script wrapping
feedjack_update.py you could use with a cronjob for example.

That worked for me,

Antonio
Lima-Peru
Reply all
Reply to author
Forward
0 new messages