добавил всего по мелочи, отредактировал urls, добавил файлы библиотеки Chart.js

This commit is contained in:
2024-01-02 20:31:18 +03:00
parent 1ac1a8cc14
commit 4c94a7271a
13 changed files with 378 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
from django.shortcuts import render
from django.db.models import Manager
# Create your views here.
def view_index(request):
return render(request, 'index.html')