Added django_mongo app
This commit is contained in:
6
backend/django/seatstock_django/django_mongo/views.py
Normal file
6
backend/django/seatstock_django/django_mongo/views.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("<h1>Hello and welcome to my first <u>Django App</u> project!</h1>")
|
Reference in New Issue
Block a user