update suggestions when subscriptions change
commit850ce4b6308434b7fe69f4a79b1ab999f44de899
authorStefan Kögl <stefan@skoegl.net>
Sat, 27 Apr 2013 17:50:32 +0000 (27 19:50 +0200)
committerStefan Kögl <stefan@skoegl.net>
Sat, 27 Apr 2013 17:50:32 +0000 (27 19:50 +0200)
tree307fbaaede0806381e9f0829532ac7c3a744d999
parented528dd36a08c7fe1af3c58263696890498a7ddb
update suggestions when subscriptions change

this replaces the "update-suggestions" command that was previously run as
management command
mygpo/core/models.py
mygpo/core/signals.py
mygpo/users/management/commands/update-suggestions.py [deleted file]
mygpo/users/models.py
mygpo/users/signals.py [new file with mode: 0644]
mygpo/users/tasks.py
mygpo/web/views/__init__.py