- Refactor models.py into a directory
- Removed customisation options for admin classes. Inheritance is now the
recommended customisation option
- Introduced AbsractArticle class and Article class to allow for more
flexibility in the future. Article is now a swappable model.
- Reset migrations
- Fixed current article being displayed on the related articles plugin