Skip to content

Commit

Permalink
set this to default True
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo-devries committed Apr 23, 2024
1 parent 272c168 commit 03a6eec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oscar_invoices/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class InvoicesConfig(OscarConfig):

default_permissions = ["is_staff"]

default = True

def ready(self):
from . import views
self.invoice_view = views.InvoicePreviewView
Expand Down

0 comments on commit 03a6eec

Please sign in to comment.