Unable to create portfolio - empty list of currencies
Closed this issue · 4 comments
I checked the DB content on my fresh installation and multiple tables used to list the available options in the UI are empty.
Example: currencies, sectors, super sectors and markets.
From my understanding those tables should be automatically populated using the content from .json files available in data subfolders, but apparently that is not happening.
Hi Carlos, thank you for opening this issue. It is the first one of the repo that is not made by me :)
From your comment, I find indeed that are some things that are not clear about the initial setup. As you say, the tables are initially empty. You need to create a super user to access the admin panel on '/admin` and from there, you will be able to access and initialize all the application's data:
- currencies
- sectors
- super sectors
- etc
Just by clicking a button (this is an example for currencies):
Hi Carlos, I made an update to the documentation and explained how to create the super user and populate the initial data. You can give it a try :)