Update index
This commit is contained in:
parent
15a317dc0f
commit
4b784a553b
4 changed files with 46 additions and 46 deletions
|
@ -16,7 +16,7 @@ from .models import (
|
|||
|
||||
@login_required
|
||||
def index(request):
|
||||
_transactions = Transaction.objects.all()[:5]
|
||||
_transactions = Transaction.objects.all()[:10]
|
||||
_categories = Category.objects.all()
|
||||
_snapshots = Snapshot.objects.all()[:5]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue