Implement viewing live and DB information from account
This commit is contained in:
@@ -48,6 +48,7 @@ class AccountForm(ModelForm):
|
||||
class Meta:
|
||||
model = Account
|
||||
fields = (
|
||||
"name",
|
||||
"exchange",
|
||||
"api_key",
|
||||
"api_secret",
|
||||
|
||||
Reference in New Issue
Block a user