mirror of
				https://github.com/DarkflameUniverse/NexusDashboard.git
				synced 2025-11-04 06:01:53 +00:00 
			
		
		
		
	register test command
This commit is contained in:
		@@ -19,7 +19,8 @@ from app.commands import (
 | 
			
		||||
    load_property,
 | 
			
		||||
    gen_image_cache,
 | 
			
		||||
    gen_model_cache,
 | 
			
		||||
    fix_clone_ids
 | 
			
		||||
    fix_clone_ids,
 | 
			
		||||
    remove_buffs
 | 
			
		||||
)
 | 
			
		||||
from app.models import Account, AccountInvitation, AuditLog
 | 
			
		||||
 | 
			
		||||
@@ -95,6 +96,7 @@ def create_app():
 | 
			
		||||
    app.cli.add_command(gen_image_cache)
 | 
			
		||||
    app.cli.add_command(gen_model_cache)
 | 
			
		||||
    app.cli.add_command(fix_clone_ids)
 | 
			
		||||
    app.cli.add_command(remove_buffs)
 | 
			
		||||
 | 
			
		||||
    register_logging(app)
 | 
			
		||||
    register_settings(app)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user