Skip to content

Commit

Permalink
Minor README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Aug 8, 2022
1 parent 9b97158 commit 513641c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ There are other powerful projects to sort tables such as
high level `render_table` tag because it requires to define the CSS in
`Table` classes or to write custom templates.

A demonstration of the features is provided in `testproj` directory.
A demonstration of the features is provided in `testproj` directory. The file
`testproj/README.md` provides information on how to use it.

## Features

Expand Down Expand Up @@ -164,8 +165,3 @@ The library provides a few settings that you can define in the Django settings o
- `DEFAULT_SORT_UP`, the HTML character to display the up symbol in the column headers (' ↑' by default).
- `DEFAULT_SORT_DOWN`, the HTML character to display the down symbol in the column headers (' ↓' by default).
- `SORTING_INVALID_FIELD_RAISES_404`, if true, a 404 response will be returned on invalid use of query parameters (false by default).

## Example

A test project is provided with the source code, the file `testproj/README.md`
provides information on how to use it.

0 comments on commit 513641c

Please sign in to comment.