
* Add Django * Add Django to readme.md * recomended changes applied * incremented the language count in the readme
4 lines
96 B
Python
4 lines
96 B
Python
from django.http import HttpResponse
|
|
|
|
def index(request):
|
|
return HttpResponse("Hello World") |