Limit events to certain campus #62

Merged
Danhia merged 4 commits from events_campus into main 2022-06-02 19:50:06 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit d222784bb0 - Show all commits

View File

@ -3,7 +3,6 @@ from django.contrib.auth.models import User
from django.contrib.auth.models import timezone from django.contrib.auth.models import timezone
import uuid import uuid
from accounts.models import Campus from accounts.models import Campus
from scoreboard.views import campus
# Create your models here. # Create your models here.
class Event(models.Model): class Event(models.Model):