Advertisement
Fahim_7861

model

Aug 29th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. 1) achievements ( {
  2.  
  3. title :
  4.  
  5. date : null
  6.  
  7. description
  8.  
  9.  
  10. })
  11.  
  12. 2) contact ( address, phone, email ) json dict
  13.  
  14. 3) language (json list)
  15.  
  16. 4) Experience (
  17.  
  18. company name :
  19.  
  20. start date :
  21.  
  22. position :
  23.  
  24. description :
  25.  
  26.  
  27.  
  28. end date : null
  29.  
  30. )
  31.  
  32. 5) about textfiled
  33.  
  34. 6) Facebook, Instagram, WhatsApp, Linkedin (Social Link) json dict
  35.  
  36. 7) image (optional ) imageField
  37.  
  38. 8) Education ( {
  39.  
  40.  
  41. school : '',
  42.  
  43. degree : '',
  44.  
  45. grade : null,
  46.  
  47. start date : '',
  48. end_date : '',
  49.  
  50. description : '',
  51.  
  52.  
  53.  
  54.  
  55.  
  56. })
  57.  
  58. 9) extracurricular activities ({
  59.  
  60. title,
  61.  
  62. position : null
  63.  
  64. description,
  65.  
  66. start date,
  67.  
  68. end date
  69.  
  70. })
  71.  
  72. 10) birth of date
  73.  
  74. 11) Nationality
  75.  
  76. 12) project: {
  77.  
  78. title : '',
  79.  
  80. link : '',
  81.  
  82. start date : '',
  83. end date : '',
  84.  
  85. description : '',
  86.  
  87. }
  88.  
  89. 13) skill field : many to many
  90.  
  91. 14 ) references: list
  92. {
  93.  
  94. name : '',
  95. designation : '',
  96.  
  97. contact : '',
  98.  
  99.  
  100.  
  101. }
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement