Ian Adam Naval 558d2d477b Restructure project
Move modules into sensible locations.
Introduce method of compiling documentation with Sphinx.
2015-07-15 19:24:36 -07:00

6 lines
103 B
Python

from django.shortcuts import render
def home(request):
return render(request, 'core/index.html')