Implement viewing open positions

This commit is contained in:
2022-10-22 00:15:27 +01:00
parent 572b839c2c
commit 30d516ebf9
8 changed files with 81 additions and 72 deletions

View File

@@ -21,7 +21,7 @@ from django.urls import include, path
from django.views.generic import TemplateView
from django_otp.forms import OTPAuthenticationForm
from core.views import accounts, base, callbacks, hooks, trades, positions
from core.views import accounts, base, callbacks, hooks, positions, trades
from core.views.stripe_callbacks import Callback
urlpatterns = [