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")

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (841 total) ## Languages (842 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21) * [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
@@ -302,6 +302,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Desmos](d/Desmos.desmos) * [Desmos](d/Desmos.desmos)
* [Dis](d/Dis.dis) * [Dis](d/Dis.dis)
* [Divzeros](d/Divzeros.dz) * [Divzeros](d/Divzeros.dz)
* [Django](d/Django.py)
* [DNA#](d/DNA%23.dna) * [DNA#](d/DNA%23.dna)
* [DNA-Sharp](d/DNA-Sharp.dna) * [DNA-Sharp](d/DNA-Sharp.dna)
* [Dog](d/Dog) * [Dog](d/Dog)