diff --git a/src/events/models.py b/src/events/models.py index 20adb61..12124d2 100644 --- a/src/events/models.py +++ b/src/events/models.py @@ -3,7 +3,6 @@ from django.contrib.auth.models import User from django.contrib.auth.models import timezone import uuid from accounts.models import Campus -from scoreboard.views import campus # Create your models here. class Event(models.Model):