for now, do not social post for single user review

pull/27/head
nathaniel smith 2017-11-21 13:44:34 -08:00
parent 1b607fc9ed
commit bc7f13c416
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ def on_townie_pre_save(sender, instance, **kwargs):
if not existing[0].reviewed and instance.reviewed == True:
instance.create_on_disk()
instance.send_welcome_email()
post_single_user_social(instance.username)
def _guarded_run(cmd_args, **run_args):
try: