Answer:
Either word or I would suggest using google docs and word and compare.
Explanation:
You can set up a resume in word.
Answer:
class Db_test(models.Model):
name = models.CharField(max_length=50)
comment = models.CharField(max_length=200)
created = models.DateField(auto_now_add=True)
modified = models.DateField(auto_now=True)
class Meta:
db_table = "db_test"
Explanation:
1. a.
2. d
3. b
I hope this helps