Move history to separate app
This commit is contained in:
parent
f0a232f366
commit
2d5f209c41
12 changed files with 13 additions and 6 deletions
|
@ -18,7 +18,7 @@
|
|||
<h3>{% translate "Transactions" %}</h3>
|
||||
{% include "transaction/transaction_table.html" %}
|
||||
<h3>{% translate "History" %}</h3>
|
||||
{% include "transaction/history_plot.html" %}
|
||||
{% include "history/plot.html" %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
from django.shortcuts import get_object_or_404
|
||||
from django.urls import reverse_lazy
|
||||
from history.utils import history
|
||||
from main.views import NummiCreateView, NummiDeleteView, NummiUpdateView
|
||||
from statement.views import StatementListView
|
||||
from transaction.utils import history
|
||||
from transaction.views import TransactionListView
|
||||
|
||||
from .forms import AccountForm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue