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:
4
d/Django.py
Normal file
4
d/Django.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from django.http import HttpResponse
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("Hello World")
|
||||
Reference in New Issue
Block a user