Starting with mil app
[edumed.git] / mil / views.py
1 from django.http import HttpResponse
2
3
4 def root(request):
5     return HttpResponse('mil')