How is django.db.models.Model used to define data models for a Django project?
By invoking a factory method of Model.
By creating a new subclass of Model
By passing the model definition as a dictionary parameter
By creating a new instance of Model
QuizBucket
© 2017 QuizBucket.org