Added some validation to the Event model

This commit is contained in:
Raphael Michel
2015-10-21 16:39:28 +02:00
parent 9d30f9fc64
commit 3201afe64f
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
from itertools import product
import sys
from itertools import product
from django.db import models
from django.db.models import Q, Case, Count, Sum, When