예제 #1
0
def new_wallpost_notification(sender, instance, created, **kwargs):
    if created:
        container = ObserversContainer()
        container.notify_wallpost_observers(instance)