Skip to content

Commit 03a6eec

Browse files
committed
set this to default True
1 parent 272c168 commit 03a6eec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oscar_invoices/apps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class InvoicesConfig(OscarConfig):
1010

1111
default_permissions = ["is_staff"]
1212

13+
default = True
14+
1315
def ready(self):
1416
from . import views
1517
self.invoice_view = views.InvoicePreviewView

0 commit comments

Comments
 (0)