Browse Source

#600 remove dev change

Rafał Pitoń 8 years ago
parent
commit
105d489814
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/datamover/management/commands/movecategories.py

+ 1 - 1
misago/datamover/management/commands/movecategories.py

@@ -9,7 +9,7 @@ class Command(BaseCommand):
         self.stdout.write("Moving users from Misago 0.5:")
 
         self.start_timer()
-        # categories.move_categories(self.stdout, self.style)
+        categories.move_categories(self.stdout, self.style)
         self.stdout.write(
             self.style.SUCCESS("Moved categories in %s" % self.stop_timer()))