Minimum-Impact Event-Sourcing Library for Django
Add "justeventme" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'justeventme', ]
Run python manage.py migrate to create the event models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).
Visit http://127.0.0.1:8000/admin/ to look at the event stream