I am trying to learn Django and writing my first site. Part of what I
want to include is for my members to be able to write a "trip report"
with pictures and associate them with the trip entry I have made.
Context: my friends and I go camping, and I have data associated with
each user, trip & hike we went on. I want them to be able to create
trip reports based on their own experiences. A Ruby on Rails version
is here:
www.deathvalleydogs.com.
So, a blog post is pretty similar to what I'm looking for. Does
anybody have a favored app I could use for this kind of purpose?
Thanks!
-Cam