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 272c168 commit 03a6eecCopy full SHA for 03a6eec
oscar_invoices/apps.py
@@ -10,6 +10,8 @@ class InvoicesConfig(OscarConfig):
10
11
default_permissions = ["is_staff"]
12
13
+ default = True
14
+
15
def ready(self):
16
from . import views
17
self.invoice_view = views.InvoicePreviewView
0 commit comments