A Django project for my Build a Better Blog series.
Beginner tutorials will teach you how make a basic blog. My tutorial series will cover how to improve it, learning the skills to jump from beginner to intermediate Django.
Includes:
- How to add a text editor
- Upload and resize images.
- Add categories with Foreign Key fields.
- Add tags to posts with Many-to-Many fields.
- Automatically create slugs for posts.