Skip to content

Commit

Permalink
Add cool text
Browse files Browse the repository at this point in the history
  • Loading branch information
Frfor17 committed Dec 31, 2024
1 parent 106ca5b commit 7acb1d0
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7acb1d0

Please sign in to comment.