import django.dispatch
from django.dispatch import receiver

from tombola.models import *
from django.db.models.signals import post_save
import re

