[docs]classCommand(RunserverCommand):"""Run the development server but skip checks for performance."""defcheck(self,*args,**kwargs):self.stdout.write("Skipping system checks.")defcheck_migrations(self,*args,**kwargs):self.stdout.write("Skipping migrations checks.\nRun 'python3 manage.py check' to perform checks.\n\n")