django-notes 0.2.2

django-notes is a simple Django app to allow you to attach notes to models.InstallationNotes uses generic relations to handle attaching themselves to models. So installation is basically just like adding a generic relation item to your model.1. Add...