Initial commit
This commit is contained in:
5
bom_manager/views.py
Normal file
5
bom_manager/views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
def index(request):
|
||||
return render(request, 'bom_manager/index.html')
|
||||
Reference in New Issue
Block a user