Anonymous users don't have any access to the API (fix it later with rights...), fix CI
This commit is contained in:
parent
be877276f8
commit
0f1d662d25
3 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ from django.db.models import F
|
|||
from django_tables2.utils import A
|
||||
|
||||
from .models.notes import Alias
|
||||
from .models.transactions import Transaction, TransactionTemplate
|
||||
from .models.transactions import Transaction
|
||||
from .templatetags.pretty_money import pretty_money
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue