Initial commit

This commit is contained in:
Senad Uka
2019-01-14 13:15:49 +01:00
commit a107668d4b
34 changed files with 8762 additions and 0 deletions

5
crib/dough/views.py Normal file
View File

@@ -0,0 +1,5 @@
from django.http import HttpResponse
def index(request):
return HttpResponse("Dough!")