10 lines
128 B
Python
10 lines
128 B
Python
|
import datetime
|
||
|
|
||
|
from django.shortcuts import render
|
||
|
|
||
|
# Create your views here.
|
||
|
|
||
|
def index_data_count_chart(request):
|
||
|
pass
|
||
|
|