A Django-powered blogging platform with user authentication, rich text editing, likes/dislikes, and comments.
- User Authentication: Register, login, logout
- Profile Management: Custom avatars, about section
- Rich Text Editor: CKEditor for creating formatted blog posts
- Like/Dislike System: Interact with posts
- Comments: Discuss posts with other users
- Search: Find posts by title
- Install dependencies:
pip install -r requirements.txt- Run migrations:
python manage.py migrate- Start the development server:
python manage.py runserver- Open http://127.0.0.1:8000 in your browser