Re: Custom template tag problem: "No module named models"

2008-10-15 Thread RyanP
Seems like the problem's got to be with the "from bookmarks.models import Bookmark" line. The "No module named models" part of your error message suggests that Django doesn't know about your bookmarks/models.py ... if that app is on your Pyton path, any chance that it's just not listed in your IN

Developer job opening in Pacific Northwest

2007-12-04 Thread RyanP
Just a quick note to any Django developers on this list who might be interested in working in journalism up here in the Northwest: We're still taking resumes for a newsroom developer. Newspapers really are a great place for a programmer -- your skills are *highly* appreciated, you have a lot of c

Running Django on Windows

2006-02-15 Thread RyanP
We're getting ready to do a major overhaul of our newspaper's website, so we've been looking into some development frameworks. I'm pretty sure we're ready to switch to Django. Our current site has run on ASP/SQL Server for years. We run a pair of Windows servers for load balancing, connecting bac