kgodey / Bendakai

Recipe management and recommendation website.
http://bendakai.com
4 stars 1 forks source link

======== Bendakai

Bendakai (http://bendakai.com) is a recipe storage and recommendation website built on the Django framework. It is a work in progress.

Features in Progress

See Features Planned <https://github.com/kgodey/Bendakai/wiki/Features-Planned/>_. Any comments or suggestions are appreciated.

Installation

Code that Bendakai uses that is not in this repository:

Bendakai uses Django 1.3, although you can use it with 1.2 if you serve the static files in recipes/static/ without using contrib.staticfiles. Bendakai uses the following Django contrib apps:

For Facebook, Twitter and OpenID authentication to work, consult the django-socialregistration <https://github.com/flashingpumpkin/django-socialregistration>_ documentation.