{ "info": { "author": "Colin Powell", "author_email": "colin@onecardinal.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Django Dishes\n===============\n\nAn application to make it easy to manage a food delivery service, including integration to allow clients to make their purchases online.\nURLs\n-----\n\nhuegah.com/\n menus/add/\n /\n blog/\n /\n /\n about/\n \nFlow\n-----\n\n - Menu for the week of Oct. 31 (Menu)\n - Roasted heritage duck breast with basmati rice and mixed veggies (Dish)\n - Roasted heritage duck breast (Main course)\n - Basmati rice (Side)\n - Mixed veggies (Side)\n \n- Ingredient\n - Name\n - Description\n - Category\n\n- RecipeIngredient\n - Ingredient - haddock\n - Quantity - 4\n - Unit - pieces\n - Note - 8 oz pieces\n\n- Recipe\n - TitleSlugDescription\n - Ingredients (RecipeIngredient)\n - RenderedDescription\n - Category\n - Notes (Note)\n - Type (Main course, side, starch, etc)\n - @shopping_list\n - @menu_frequency\n\n- Dish\n - Title (try to auto-build, but give opportunity to change it)\n - MainCourse (Recipe)\n - Side (Recipe)\n - Slug (main, side slug join)\n - Description\n - @on_active_menu? (Is the dish currently being offered, used as a check before filling orders)\n\nMenus are introduced on a given date, and deliveries occur on fixed dates with ordering deadlines.\n\n- Delivery\n - order_deadline\n - date\n - @\n\n- Menu\n - dishes (Dish)\n - publish_date\n - deliveries (Delivery)\n\n- Order\n - dishes\n - Delivery date\n - Customer\n - DeliveryAddress", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/powellc/django-dishes/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/powellc/django-dishes", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-dishes", "package_url": "https://pypi.org/project/django-dishes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-dishes/", "project_urls": { "Download": "http://github.com/powellc/django-dishes/downloads", "Homepage": "http://github.com/powellc/django-dishes" }, "release_url": "https://pypi.org/project/django-dishes/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "We need menus of delicious food that people can order and have delivered.", "version": "0.1.1" }, "last_serial": 789475, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1496d8e052d959e4668f7f1efcc145aa", "sha256": "72f5c3dfcc5f4a07e235751267fd173952ca0c4cfab51794bbb4af4285268d2a" }, "downloads": -1, "filename": "django-dishes-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1496d8e052d959e4668f7f1efcc145aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6134, "upload_time": "2011-11-10T23:01:58", "url": "https://files.pythonhosted.org/packages/4a/64/81b32b585a2a62712d9b45025a8951ace96f2d9405059a32b64738b46ef4/django-dishes-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1a7293fc1eb74cd85e83ae55e54a795e", "sha256": "d136a9b8d22d8c380309b19ecb37ae5b3e86295a40857cf16bf0281cd9083a7f" }, "downloads": -1, "filename": "django-dishes-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1a7293fc1eb74cd85e83ae55e54a795e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6559, "upload_time": "2011-11-10T23:04:31", "url": "https://files.pythonhosted.org/packages/36/61/cb589a70bb227e9ba80b9dee4b6fd2362cf85b3801b71775ca5bc22b4f45/django-dishes-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a7293fc1eb74cd85e83ae55e54a795e", "sha256": "d136a9b8d22d8c380309b19ecb37ae5b3e86295a40857cf16bf0281cd9083a7f" }, "downloads": -1, "filename": "django-dishes-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1a7293fc1eb74cd85e83ae55e54a795e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6559, "upload_time": "2011-11-10T23:04:31", "url": "https://files.pythonhosted.org/packages/36/61/cb589a70bb227e9ba80b9dee4b6fd2362cf85b3801b71775ca5bc22b4f45/django-dishes-0.1.1.tar.gz" } ] }