Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

signals.py 160B

12345
  1. # -*- coding: utf-8 -*-
  2. from __future__ import unicode_literals
  3. from django.dispatch import Signal
  4. delete_hit_count = Signal(providing_args=['save_hitcount'])