We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb94b3 commit 7874f48Copy full SHA for 7874f48
backend/admin/__init__.py
@@ -0,0 +1,2 @@
1
+from .publications import PublicationAdmin
2
+from .subscribers import SubscriberAdmin
ruff.toml
@@ -26,6 +26,7 @@ exclude = [
26
"node_modules",
27
"site-packages",
28
"venv",
29
+ "backend/admin/__init__.py"
30
]
31
32
# Same as Black.
0 commit comments