A simple yet functional web application built with Django that allows users to:
- Browse existing articles
- Add new articles
- Delete articles as needed
This project is perfect for those who want a hands-on example of Django's core features, including database models, forms, and views.
- User-friendly interface: Intuitive design to manage articles easily.
- CRUD functionality:
- Create: Add your own articles with ease.
- Read: View articles in a clean, organized layout.
- Update: Edit articles (coming soon!).
- Delete: Remove unwanted articles.
- Backend: Django 4.x
- Frontend: HTML5, CSS3 (Bootstrap for styling)
- Database: SQLite (default for Django)
- Clone the repository:
git clone https://github.com/your-username/your-repository.git