Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamovAkrom committed Nov 10, 2024
1 parent 5f26473 commit 304c502
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,3 @@ Ensure you have the following installed:
### Usage

- Create a new post, edit existing posts, and add comments to any post. All updates are handled smoothly using HTMX for a better user experience.

## Project Structure

```
django-blog-htmx/
├── apps/blog/ # Blog app with views, models, and templates
├── static/ # Static files (CSS, JavaScript)
├── templates/ # HTML templates with HTMX support
├── manage.py # Django management script
├── requirements.txt # List of dependencies
└── README.md # This file
```

0 comments on commit 304c502

Please sign in to comment.