Add Django (#1185)

* Add Django

* Add Django to readme.md

* recomended changes applied

* incremented the language count in the readme
This commit is contained in:
Sajad Rahimi
2021-12-19 15:35:46 +03:30
committed by GitHub
parent 2da267c340
commit 98233ba4c5
2 changed files with 6 additions and 1 deletions

4
d/Django.py Normal file
View File

@@ -0,0 +1,4 @@
from django.http import HttpResponse
def index(request):
return HttpResponse("Hello World")