Create view for transaction
This commit is contained in:
parent
7bafbeb93a
commit
51ad354e0b
9 changed files with 105 additions and 38 deletions
|
|
@ -8,5 +8,5 @@ from . import views
|
|||
|
||||
app_name = 'note'
|
||||
urlpatterns = [
|
||||
path('transfer/', views.transfer, name='transfer'),
|
||||
path('transfer/', views.TransactionCreate.as_view(), name='transfer'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue