django-fortunecookie

Django models to store everything about fortune cookies.


Keywords
django, fortune, cookie, fortune-cookie, python
License
BSD-3-Clause
Install
pip install django-fortunecookie==0.3.0

Documentation

Build Status PyPI Version PyPI License Python Versions

Django-FortuneCookie

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)
  • Django master/2.0 (Python 3.5 and 3.6)