Fa1dz commited on
Commit
a1c5d65
1 Parent(s): d347041

Update dummy.py

Browse files
Files changed (1) hide show
  1. dummy.py +20 -0
dummy.py CHANGED
@@ -370,5 +370,25 @@ recipes = [
370
  ],
371
  'title': 'Meatball Casserole'
372
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  }
374
  ]
 
370
  ],
371
  'title': 'Meatball Casserole'
372
  },
373
+ {
374
+ 'directions': [
375
+ "Preheat oven to 350°F.",
376
+ "Grease a 9x13 inch baking dish.",
377
+ "In a large bowl, mix together the cooked pasta, marinara sauce, ricotta cheese, and 1 cup of mozzarella cheese.",
378
+ "Pour the pasta mixture into the prepared baking dish.",
379
+ "Top with the remaining 1 cup of mozzarella cheese and the parmesan cheese.",
380
+ "Bake for 25-30 minutes, or until the cheese is melted and bubbly.",
381
+ "Garnish with chopped basil, if desired."
382
+ ],
383
+ 'ingredients': [
384
+ "16 oz penne pasta, cooked",
385
+ "24 oz jar of marinara sauce",
386
+ "15 oz ricotta cheese",
387
+ "2 cups shredded mozzarella cheese",
388
+ "1/2 cup grated parmesan cheese",
389
+ "chopped basil, for garnish"
390
+ ],
391
+ 'title': 'Pasta El Classico'
392
+ },
393
  }
394
  ]