1
# -*- coding: utf-8 -*-
2
'''
3
Created on Jan 22, 2013
4
5
@author: ymh
6
7
import django.dispatch
8
9
post_project_save = django.dispatch.Signal(["instance","must_reindex"])