removed reminders, changed a bunch of stuff

This commit is contained in:
Jonas Winkler
2020-10-20 00:35:27 +02:00
parent 879683a074
commit 65e87c116f
17 changed files with 24 additions and 262 deletions

View File

@@ -13,7 +13,6 @@ from django.db import models
from django.template.defaultfilters import slugify
from django.utils import timezone
from django.utils.text import slugify
from fuzzywuzzy import fuzz
from collections import defaultdict
from .managers import LogManager