Additional resources
The following resources provide additional information related to the topics covered in this chapter:
- Source code for this chapter: https://github.com/PacktPublishing/Django-5-by-example/tree/main/Chapter12
- Using Django fixtures for testing: https://docs.djangoproject.com/en/5.0/topics/testing/tools/#fixture-loading
- Data migrations: https://docs.djangoproject.com/en/5.0/topics/migrations/#data-migrations
- Class inheritance in Python: https://docs.python.org/3/tutorial/classes.html#inheritance
- Django model inheritance: https://docs.djangoproject.com/en/5.0/topics/db/models/#model-inheritance
- Creating custom model fields: https://docs.djangoproject.com/en/5.0/howto/custom-model-fields/
- Static directory for the e-learning project: https://github.com/PacktPublishing/Django-5-by-Example/tree/main/Chapter12/educa/courses/static