This web app is a blog app for Django
- Login / Signup
- Blogs are categorised by hashtags
- Each user has their own profile
- Personal profile can be edited by the user.
- Show the popular blogs
- Comments and replies on every blog
- Authenticated user can comment or just comment by their username and email
- Every blogs can be deleted and edit by author
- Every blogs has a view counter
- Search Blog.
- Each Blog can be edited ONLY by the author
- Scroll interactions for every page
- Pagination
- Search blogs' content or title
- blogs can be shown by recent or most popular
- pillow
- markdown
- pinax-images
- django-allauth
-
Version 1.0.0 update scroll interactions for home page.
- 1.0.1 update post detail page
- 1.0.2 update profile page and about page, and clean up .css file
-
Version 1.0.3 add comment system =======
- pillow
- markdown
- pinax-images
- Version 1.0.0 update scroll interactions for home page.
- 1.0.1 update post detail page
- 1.0.2 update profile page and about page, and clean up .css file
- Version 1.0.3 add comment system
- Version 1.0.4 add pagination