Exemple #1
0
 def handle(self, *args, **options):
     rank_posts()
     rank_comments()
     self.stdout.write("Les posts et commentaires ont été classés !")
	def handle(self, *args, **options):
		rank_posts()
		rank_comments()
		rank_channels()
		self.stdout.write("Reclassement terminé avec succès !")
 def handle(self, *args, **options):
     rank_posts()
     rank_comments()
     rank_channels()
     self.stdout.write("Reclassement terminé avec succès !")