From 1b076bbc5de3f8304d30426ff510b5ce0de47204 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 29 Jun 2012 02:39:46 -0400 Subject: [PATCH] Remove comment --- apps/common/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/__init__.py b/apps/common/__init__.py index 2a62a74f53..915dc928eb 100644 --- a/apps/common/__init__.py +++ b/apps/common/__init__.py @@ -37,7 +37,7 @@ register_links(['about_view', 'license_view'], [about_view, license_view], menu_ register_top_menu('about', link={'text': _(u'about'), 'view': 'about_view', 'famfam': 'information'}, position=-1) -@receiver(post_migrate, dispatch_uid='create_superuser')#, sender=auth_models) +@receiver(post_migrate, dispatch_uid='create_superuser') def create_superuser(sender, **kwargs): """ From https://github.com/lambdalisue/django-qwert/blob/master/qwert/autoscript/__init__.py