Skip to content

Instantly share code, notes, and snippets.

@codetombomb
Last active September 26, 2020 02:28
Show Gist options
  • Save codetombomb/ac74b7c310fedee6cb00057536c371a6 to your computer and use it in GitHub Desktop.
Save codetombomb/ac74b7c310fedee6cb00057536c371a6 to your computer and use it in GitHub Desktop.
Defining the projects fucntion
rom django.shortcuts import render
# Create your views here.
def projects(request):
return render(request, 'projects/projects.html')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment