blueprints: webui (#3356)
This commit is contained in:
		| @ -4,7 +4,7 @@ from django.core.management.base import BaseCommand | ||||
| from authentik.root.celery import _get_startup_tasks | ||||
|  | ||||
|  | ||||
| class Command(BaseCommand):  # pragma: no cover | ||||
| class Command(BaseCommand): | ||||
|     """Run bootstrap tasks to ensure certain objects are created""" | ||||
|  | ||||
|     def handle(self, **options): | ||||
|  | ||||
| @ -5,7 +5,7 @@ from django.core.management.base import BaseCommand, no_translations | ||||
| from guardian.management import create_anonymous_user | ||||
|  | ||||
|  | ||||
| class Command(BaseCommand):  # pragma: no cover | ||||
| class Command(BaseCommand): | ||||
|     """Repair missing permissions""" | ||||
|  | ||||
|     @no_translations | ||||
|  | ||||
| @ -22,7 +22,7 @@ BANNER_TEXT = """### authentik shell ({authentik}) | ||||
| ) | ||||
|  | ||||
|  | ||||
| class Command(BaseCommand):  # pragma: no cover | ||||
| class Command(BaseCommand): | ||||
|     """Start the Django shell with all authentik models already imported""" | ||||
|  | ||||
|     django_models = {} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L