A Django-based blog application built to understand backend development, database integration, and real-world web architecture as part of my preparation for Google Summer of Code (GSoC).
- 📝 Create and manage blog posts via Django Admin
- 🗄️ Database integration using Django ORM
- ⚡ Dynamic content rendering
- 🔐 Secure admin authentication system
- Python 🐍
- Django 🌐
- SQLite 🗄️
- Django project structure (MVC pattern)
- Models, Views, URLs
- Database migrations and ORM
- Admin panel usage
- Backend development fundamentals
git clone https://github.com/AYUSH676-JARVIS/django-blog-project.git
cd django-blog-project
python3 -m venv venv
source venv/bin/activate
pip install django
python manage.py runserver
🎯 Future Improvements
• Add frontend templates (HTML/CSS)
• Improve UI/UX
• Add user authentication
• Deploy project online
🌟 Goal
This project is part of my journey to contribute to open source and get selected for Google Summer of Code (GSoC).
Author
Ayush Tripathi