Skip to content

(prototype of) Django plumbing for running a recipe storage, retrieval, and display website

License

Notifications You must be signed in to change notification settings

pmcneely/recipe-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe website

Contents

This repository contains the guts of our home recipe website - web presentation, and useful utilities needed to go from one to the other. Utilities that are required for Django are included here. Critically the database containing any contents is not included

Structure

For this first pass, recipes are stored in the Open Recipe Format where possible. The 'spec' isn't exactly widespread, so I've taken some liberties here and there basically thrown it out but kept useful bits. The recipe format is specified here. Nutritional information will be linked using the associated format. Attribution will always be given where possible.

HEAVILY inspired by https://realpython.com/get-started-with-django-1/, used under the MIT license at https://github.com/realpython/materials/blob/master/LICENSE

The web interface will then store recipes using the Django database, and hopefully this will provide (1) a useful framework to learn Django, and (2) a good way to archive recipes around the house. (To be fair, the old 'noteboook and pen' method is pretty good, too...)

About

(prototype of) Django plumbing for running a recipe storage, retrieval, and display website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published