The Django-FortuneCookie library provides a reusable Django application with
model definitions to store everything about fortune cookies. It includes a test
fixture to provide sample data for testing third-party apps.
It is tested against:
Django 1.8 (Python 2.7, 3.3, 3.4 and 3.5)
Django 1.9 (Python 2.7, 3.4 and 3.5)
Django 1.10 (Python 2.7, 3.4 and 3.5)
Django 1.11 (Python 2.7, 3.4, 3.5 and 3.6)
It is not tested with Django master/2.0 using Python 3.5 and 3.6, since
django-sortedm2m doesn’t yet work with Django 2.0.