DB structure reworked little bit more

This commit is contained in:
2022-07-14 16:21:56 +03:00
parent 2c928e7952
commit 35398809ce
4 changed files with 15 additions and 34 deletions
-1
View File
@@ -4,7 +4,6 @@ from django.http import HttpResponseNotFound
from .models import YearData
from .models import MonthData
from .models import DayData
from .models import CalendarData
from .models import Event