diff --git a/src/fellchensammlung/models.py b/src/fellchensammlung/models.py index bbcc25d..5073f85 100644 --- a/src/fellchensammlung/models.py +++ b/src/fellchensammlung/models.py @@ -10,7 +10,7 @@ from django.db.models.signals import post_save from django.contrib.auth.models import Group from django.contrib.auth.models import AbstractUser -from fellchensammlung.tools import misc, geo +from .tools import misc, geo from notfellchen.settings import MEDIA_URL