|
1 | | -[](https://github.com/yassi/dj-control-room) |
2 | | -[](https://github.com/yassi/dj-cache-panel/actions/workflows/test.yml) |
3 | | -[](https://codecov.io/gh/yassi/dj-cache-panel) |
| 1 | +[](https://github.com/django-control-room/dj-control-room) |
| 2 | +[](https://github.com/django-control-room/dj-cache-panel/actions/workflows/test.yml) |
| 3 | +[](https://codecov.io/gh/django-control-room/dj-cache-panel) |
4 | 4 | [](https://badge.fury.io/py/dj-cache-panel) |
5 | 5 | [](https://pypi.org/project/dj-cache-panel/) |
6 | 6 | [](https://opensource.org/licenses/MIT) |
|
12 | 12 |
|
13 | 13 | A universal cache inspector for Django. |
14 | 14 |
|
15 | | - |
| 15 | + |
16 | 16 |
|
17 | 17 | ## Docs |
18 | 18 |
|
19 | | -[https://yassi.github.io/dj-cache-panel/](https://yassi.github.io/dj-cache-panel/) |
| 19 | +[https://django-control-room.github.io/dj-cache-panel/](https://django-control-room.github.io/dj-cache-panel/) |
20 | 20 |
|
21 | 21 | ## Features |
22 | 22 |
|
@@ -60,20 +60,20 @@ will appear in the same places where your models appear. |
60 | 60 |
|
61 | 61 | **NOTE:** This application does not actually introduce any model or migrations. |
62 | 62 |
|
63 | | - |
| 63 | + |
64 | 64 |
|
65 | 65 | ### Caches Overview |
66 | 66 | Get a list of all your caches as well as the allowed capabilities for each cache |
67 | 67 |
|
68 | | - |
| 68 | + |
69 | 69 |
|
70 | 70 | ### Key Search |
71 | 71 |
|
72 | | - |
| 72 | + |
73 | 73 |
|
74 | 74 | ### Key Edits/Adds |
75 | 75 |
|
76 | | - |
| 76 | + |
77 | 77 |
|
78 | 78 |
|
79 | 79 | ## Installation |
@@ -228,7 +228,7 @@ It is recommended that you use docker since it will automate much of dev env set |
228 | 228 | ### 1. Clone the Repository |
229 | 229 |
|
230 | 230 | ```bash |
231 | | -git clone https://github.com/yassi/dj-cache-panel.git |
| 231 | +git clone https://github.com/django-control-room/dj-cache-panel.git |
232 | 232 | cd dj-cache-panel |
233 | 233 | ``` |
234 | 234 |
|
|
0 commit comments