Elaborate on Django Models.
What are fields in models?
What are Model Relationships?
Can you implement models into Django?
Yes - Models can contain custom methods to perform specific tasks or calculations.
Example: Implementing a method to calculate a user’s age based on their birthdate stored in the database.
A brief overview of the Admin Site
What does it mean to ‘register’ Models in Admin?
Admin Interface Customization