Sajad Rahimi 98233ba4c5
Add Django (#1185)
* Add Django

* Add Django to readme.md

* recomended changes applied

* incremented the language count in the readme
2021-12-20 01:05:46 +13:00

4 lines
96 B
Python

from django.http import HttpResponse
def index(request):
return HttpResponse("Hello World")