Django Delights Capstone Project

I’ve finally completed the Django Capstone Project and it can be found here on my Github page!

I’ve recorded a simple walkthrough of the website that can be found on YouTube.

The main features of the website are:

  • When adding a new item to the inventory, the website will check if an item of the same name already exists, and if so, that item will be updated instead (update_or_create())
  • When a new purchase is made, the relevant ingredients will be automatically deducted from the inventory. No purchase is allowed if any ingredient in the inventory is less than what is required in the recipe.
  • The homepage automatically shows how much money has been made from purchases, and how much money has been spent on buying the ingredients listed in the inventory, as well as profits so far.
2 Likes

I like the theme colors! Nice and warm.

update_or_create() is a nice idea, I’ll have to keep that in mind!

It’s reassuring to see it done! Great job!

Hey! Huge fan of what you’ve done here. I check out your code/YouTube video and decided to add my own Recipe Detail view/page.

I have a question, though. Whenever I view the recipe detail for a menu item, it lists all ingredients added to recipes instead of just the ingredients for that menu item.

How did you achieve showing the ingredients for only the selected menu item?

Any help would be appreciated

Great work lots of thing to learn from your project , congrats

Great information, very comprehensive and easy to understand.

Great information, very comprehensive and easy to understand.

very clean and easy to read. great job!