Next generation cloud based multi asset complex portfolio and wealth management software platform
Install required packages
$ pip install -r requirements.txt
Create environment variables as suggested in .env.example file
Run migrations
$ python manage.py makemigrations
$ python manage.py migrate
Create superuser
$ python manage.py createsuperuser
Create public tenant
$ python manage.py create_tenant --domain-domain=localhost --schema_name=public --name=Public
Create tenant through cmd or from admin panel (http://localhost:8000/admin-tenant)
$ python manage.py create_tenant --domain-domain=example.localhost --schema_name=example --name=Example
Fetch Nepal Stock Exchange data
GET request on route: http://localhost:8000/data/nepse/update-data/
- Django
- Django Rest Framework
- Django Rest Framework SimpleJWT
- Django Tenants
- NepseUnofficialAPI
- PostgreSQL