EvilLogitech/python-project-52

View on GitHub
task_manager/views.py

Summary

Maintainability
A
0 mins
Test Coverage
D
66%
from django.shortcuts import render


def index(request):
    return render(request, 'index.html', context={})