Skip to content

Commit

Permalink
fix: export subscriber and publication models
Browse files Browse the repository at this point in the history
resolves #52
  • Loading branch information
marcelovicentegc committed Jul 14, 2024
1 parent adb94b3 commit 7874f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/admin/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .publications import PublicationAdmin
from .subscribers import SubscriberAdmin
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exclude = [
"node_modules",
"site-packages",
"venv",
"backend/admin/__init__.py"
]

# Same as Black.
Expand Down

0 comments on commit 7874f48

Please sign in to comment.