@@ -1,5 +1,8 @@
|
||||
from django.utils import timezone
|
||||
from ..models import Registration
|
||||
|
||||
THIS_YEAR = timezone.now().year
|
||||
|
||||
|
||||
class RegistrationMixin(object):
|
||||
def create_registration(self, data):
|
||||
|
||||
Reference in New Issue
Block a user