Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninemoreminutes/django-fortunecookie
A reusable Django application to store fortune cookies with a fixture of test fortune cookies.
https://github.com/ninemoreminutes/django-fortunecookie
django fortune-cookie python
Last synced: about 1 month ago
JSON representation
A reusable Django application to store fortune cookies with a fixture of test fortune cookies.
- Host: GitHub
- URL: https://github.com/ninemoreminutes/django-fortunecookie
- Owner: ninemoreminutes
- License: other
- Created: 2017-05-20T21:52:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T16:49:11.000Z (over 3 years ago)
- Last Synced: 2024-09-27T16:40:58.136Z (about 2 months ago)
- Topics: django, fortune-cookie, python
- Language: Python
- Homepage: https://django-fortunecookie.herokuapp.com/
- Size: 1.23 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|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).. |Build Status| image:: http://img.shields.io/travis/ninemoreminutes/django-fortunecookie.svg
:target: https://travis-ci.org/ninemoreminutes/django-fortunecookie
.. |PyPI Version| image:: https://img.shields.io/pypi/v/django-fortunecookie.svg
:target: https://pypi.python.org/pypi/django-fortunecookie/
.. |PyPI License| image:: https://img.shields.io/pypi/l/django-fortunecookie.svg
:target: https://pypi.python.org/pypi/django-fortunecookie/
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/django-fortunecookie.svg
:target: https://pypi.python.org/pypi/django-fortunecookie/