Skip to content

Instantly share code, notes, and snippets.

@selynna
Created April 29, 2019 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save selynna/35da9d2556492452b5ae6bd672afc5f2 to your computer and use it in GitHub Desktop.
Save selynna/35da9d2556492452b5ae6bd672afc5f2 to your computer and use it in GitHub Desktop.
# food/views.py
from django.shortcuts import render, redirect
def index(request):
return render(request, 'food/index.html', context=None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment