Skip to content

Commit

Permalink
Merge branch 'plugin-system-improvements' into 'main'
Browse files Browse the repository at this point in the history
Plugin system improvements

See merge request reportcreator/reportcreator!806
  • Loading branch information
MWedl committed Dec 17, 2024
2 parents 99945b6 + b5eaa1a commit dbaf935
Show file tree
Hide file tree
Showing 71 changed files with 1,339 additions and 1,217 deletions.
2 changes: 1 addition & 1 deletion api/src/reportcreator_api/api_utils/backup_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from django.db.migrations.loader import MigrationLoader

from reportcreator_api.api_utils.models import BackupLog, BackupLogType
from reportcreator_api.archive import crypto
from reportcreator_api.pentests import storages
from reportcreator_api.pentests.models import (
ArchivedProject,
Expand All @@ -34,6 +33,7 @@
UploadedUserNotebookImage,
)
from reportcreator_api.pentests.models.project import ProjectMemberRole
from reportcreator_api.utils import crypto


def create_migration_info():
Expand Down
Empty file.
Loading

0 comments on commit dbaf935

Please sign in to comment.