This is a blog app built using Django 🐍. I have kept in mind the best practices while building this Django application. Some of its features include:
- Sharing blog posts via mail 📧
- Posting comments on blog posts ✏️
- Related posts recommendations 📱
- PostgreSQL 🚀
- Full search functionality with ranking 💻
- Sitemapping ⌛
To run this on your PC, follow the steps below:
git clone https://github.com/aryan9600/blog_django.git
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Everyone is welcome to contribute to this repository. To do so please fork the repository, make your desired changes and create a pull request. I'll be sure to review it asap. You could also show your appreciation by ⭐ this project. 😁