Bendakai (http://bendakai.com) is a recipe storage and recommendation website built on the Django framework. It is a work in progress.
See Features Planned. Any comments or suggestions are appreciated.
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:
django.contrib.auth
django.contrib.contenttypes
django.contrib.sessions
django.contrib.sites
django.contrib.admin
django.contrib.markup
django.contrib.comments
django.contrib.staticfiles
For Facebook, Twitter and OpenID authentication to work, consult the django-socialregistration documentation.