mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Django project integration
This commit is contained in:
6
frontend/interface/views.py
Normal file
6
frontend/interface/views.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.shortcuts import render
|
||||
from django.http import HttpResponse
|
||||
# Create your views here.
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("HTTP Request")
|
||||
Reference in New Issue
Block a user