Skip to content

Commit

Permalink
Created home view
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCheptumo committed Feb 11, 2024
1 parent 03131a0 commit 189d7f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meal_planner/meal_plans/views.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from django.shortcuts import render

# Create your views here.

def home(request):
return render(request, 'meal_plans/home.html')

0 comments on commit 189d7f4

Please sign in to comment.