Django Blogging Engine
I completed the quintessential "Hello, World!" application for web developers, my own blog engine. The blog engine utilizes Django and SQLite.
Features include:
- Basic Creation, Reading, Updating, and Deletion (CRUD) functionality
- Comments
- Standard blog URL design: /blog/[year]/[month]/[day]/[article]/
- Spam filtering