Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
add workflows to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Nov 10, 2023
1 parent 1067b0f commit 348a7ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backoffice/workflows/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.contrib import admin

from .models import Workflow

admin.site.register(Workflow)

0 comments on commit 348a7ba

Please sign in to comment.