Skip to content

Commit 16f22ba

Browse files
Group and Social links added
1 parent 550323d commit 16f22ba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
[![Downloads](https://pepy.tech/badge/drf-api-logger)](http://pepy.tech/project/drf-api-logger)
44
[![Downloads](https://pepy.tech/badge/drf-api-logger/month)](https://pepy.tech/project/drf-api-logger)
55
[![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/)
6-
76
[![Donate](https://img.shields.io/badge/$-support-ff69b4.svg?style=flat)](https://paypal.me/chynybekov)
87

8+
<a href="https://discord.gg/Kr8SbgPe"><img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white" alt="Join Community Badge"/></a>
9+
<a href="https://www.instagram.com/coderssecret/"><img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="Join Instagram"/></a>
10+
<a href="https://github.com/vishalanandl177"><img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" alt="GitHub"/></a>
911

1012

1113

@@ -253,4 +255,5 @@ class APILogsModel(Model):
253255
### Note:
254256
After sometime, there will be too many data in the database. Searching and filter may get slower.
255257
If you want, you can delete or archive the older data.
256-
To improve the searching or filtering, try to add indexes in the 'drf_api_logs' table.
258+
To improve the searching or filtering, try to add indexes in the 'drf_api_logs' table.
259+

0 commit comments

Comments
 (0)