Guest User

Untitled

a guest
Jan 23rd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. //rblog
  2. python manage.py shell
  3. from life_product.management.commands.import_life_frames import Command
  4. Command.populate_sum_assured_salary_factor(insurer_slug="hdfc-life")
  5.  
  6. //new-term
  7. python manage.py shell
  8. from term.management.commands.import_life_frames import Command
  9. Command.populate_sum_assured_salary_factor(insurer_slug="hdfc-life")
Add Comment
Please, Sign In to add comment