evorepo/main
Dan McGee 97d1e4164b Connect post_save signals where they will always be triggered
We need to do this in the models.py files, otherwise the post_save signal
might not be connected right away on launch of the application. Move them
over there, add a dispatch_uid so it only gets hooked up once, and do some
other function moving around so we don't have circular imports.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-10-13 18:11:28 -05:00
..
fixtures Update MirrorProtocol fixture data 2010-09-30 14:36:38 -05:00
migrations Make user profile a OneToOneField 2010-10-04 17:44:40 -05:00
templatetags Get secure/unsecure checking actually working 2010-09-22 23:16:13 -05:00
__init__.py
admin.py Allow donors to be invisible 2010-10-01 13:05:22 -05:00
context_processors.py Get secure/unsecure checking actually working 2010-09-22 23:16:13 -05:00
middleware.py Remove AutoUserMiddleware 2010-06-20 23:31:34 -05:00
models.py Connect post_save signals where they will always be triggered 2010-10-13 18:11:28 -05:00
utils.py Connect post_save signals where they will always be triggered 2010-10-13 18:11:28 -05:00