diff --git a/README.md b/README.md index 3269877..2a2eb40 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,36 @@ -# Web-app-on-Django-with-news -Просто веб сайт на Django, где можно смотреть, добавлять, удалять статьи. +# Django Blog Platform + +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. + +--- + +## Features + +- **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. + +--- + +## Technologies Used + +- **Backend**: Django 4.x +- **Frontend**: HTML5, CSS3 (Bootstrap for styling) +- **Database**: SQLite (default for Django) + +--- + +## Installation and Setup + +1. Clone the repository: + ```bash + git clone https://github.com/your-username/your-repository.git \ No newline at end of file