[img_assist|nid=362|title=Django Recipes Screenshot|desc=|link=popup|align=right|width=98|height=100]
My mom was writing a family cookbook using Microsoft Word and I thought this was a bad idea for several reasons. At first I thought about using LaTeX to separate the style from the content a bit, then I thought about using XML, then I settled on a database as being the most generic to store recipe data. I quickly decided on using Django to create this cookbook framework because Python is probably my strongest language and it makes creating custom websites really easy.
So far it includes:
Competitors/related projects:
If you are aware of any other similar projects please let me know. I am especially interested in any other web-based and open-source cookbook projects.
Comments
Ben Collins-Sussman (not verified)
Thu, 2009-11-12 07:29
Permalink
cool.
Gotta try your system! Mine is mostly abandonware.
Easy Recipes Script (not verified)
Thu, 2009-11-12 11:46
Permalink
Is it easy to migrate the recipes data?
This is something we would really like to incorporate. We have a lot of recipes that would benefit from "getting databased". We have looked at the rapid Joomla! recipes script, but it really doesn't give enough control of the recipe data to really make it useful for our visitors. I really like the inline directions and recipes, but wonder how it is you are entering the data - is it manual from the word document, or are you scraping the doc, parsing, and then inhabiting the database with the recipe info. Please let me know as you progress with this.
David Grant
Tue, 2013-06-04 22:45
Permalink
Not easy
Unfortunately it is all manually data entry right now. It would be nice to have an import wizard at some point, but that is a long way off.
Add new comment