Skip to content

Commit 77e7fc8

Browse files
author
Yasser Toruno
committed
reference changes due to org transfer
1 parent 2588ecb commit 77e7fc8

6 files changed

Lines changed: 23 additions & 23 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Django Control Room Panel](https://img.shields.io/badge/Django%20Control%20Room-Panel-0c4b33?logo=django)](https://github.com/yassi/dj-control-room)
2-
[![Tests](https://github.com/yassi/dj-cache-panel/actions/workflows/test.yml/badge.svg)](https://github.com/yassi/dj-cache-panel/actions/workflows/test.yml)
3-
[![codecov](https://codecov.io/gh/yassi/dj-cache-panel/branch/main/graph/badge.svg)](https://codecov.io/gh/yassi/dj-cache-panel)
1+
[![Django Control Room Panel](https://img.shields.io/badge/Django%20Control%20Room-Panel-0c4b33?logo=django)](https://github.com/django-control-room/dj-control-room)
2+
[![Tests](https://github.com/django-control-room/dj-cache-panel/actions/workflows/test.yml/badge.svg)](https://github.com/django-control-room/dj-cache-panel/actions/workflows/test.yml)
3+
[![codecov](https://codecov.io/gh/django-control-room/dj-cache-panel/branch/main/graph/badge.svg)](https://codecov.io/gh/django-control-room/dj-cache-panel)
44
[![PyPI version](https://badge.fury.io/py/dj-cache-panel.svg)](https://badge.fury.io/py/dj-cache-panel)
55
[![Python versions](https://img.shields.io/pypi/pyversions/dj-cache-panel.svg)](https://pypi.org/project/dj-cache-panel/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
@@ -12,11 +12,11 @@
1212

1313
A universal cache inspector for Django.
1414

15-
![Django Cache Panel - Instance List](https://raw.githubusercontent.com/yassi/dj-cache-panel/main/images/instance_list.png)
15+
![Django Cache Panel - Instance List](https://raw.githubusercontent.com/django-control-room/dj-cache-panel/main/images/instance_list.png)
1616

1717
## Docs
1818

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/)
2020

2121
## Features
2222

@@ -60,20 +60,20 @@ will appear in the same places where your models appear.
6060

6161
**NOTE:** This application does not actually introduce any model or migrations.
6262

63-
![Admin Home](https://raw.githubusercontent.com/yassi/dj-cache-panel/main/images/admin_home.png)
63+
![Admin Home](https://raw.githubusercontent.com/django-control-room/dj-cache-panel/main/images/admin_home.png)
6464

6565
### Caches Overview
6666
Get a list of all your caches as well as the allowed capabilities for each cache
6767

68-
![Instance Overview](https://raw.githubusercontent.com/yassi/dj-cache-panel/main/images/instance_list.png)
68+
![Instance Overview](https://raw.githubusercontent.com/django-control-room/dj-cache-panel/main/images/instance_list.png)
6969

7070
### Key Search
7171

72-
![Key Search](https://raw.githubusercontent.com/yassi/dj-cache-panel/main/images/key_search.png)
72+
![Key Search](https://raw.githubusercontent.com/django-control-room/dj-cache-panel/main/images/key_search.png)
7373

7474
### Key Edits/Adds
7575

76-
![Key Detail](https://raw.githubusercontent.com/yassi/dj-cache-panel/main/images/key_detail.png)
76+
![Key Detail](https://raw.githubusercontent.com/django-control-room/dj-cache-panel/main/images/key_detail.png)
7777

7878

7979
## Installation
@@ -228,7 +228,7 @@ It is recommended that you use docker since it will automate much of dev env set
228228
### 1. Clone the Repository
229229

230230
```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
232232
cd dj-cache-panel
233233
```
234234

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Contributing to Django Cache Panel or setting up for local development.
1414
### 1. Clone Repository
1515

1616
```bash
17-
git clone https://github.com/yassi/dj-cache-panel.git
17+
git clone https://github.com/django-control-room/dj-cache-panel.git
1818
cd dj-cache-panel
1919
```
2020

docs/features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Django Cache Panel provides comprehensive cache management through Django's admi
88

99
Django Cache Panel seamlessly integrates into your Django admin interface:
1010

11-
![Admin Home](https://raw.githubusercontent.com/yassi/dj-cache-panel/main/images/admin_home.png)
11+
![Admin Home](https://raw.githubusercontent.com/django-control-room/dj-cache-panel/main/images/admin_home.png)
1212

1313
### Instance List
1414

1515
View all configured cache backends from your `CACHES` setting:
1616

17-
![Instance List](https://raw.githubusercontent.com/yassi/dj-cache-panel/main/images/instance_list.png)
17+
![Instance List](https://raw.githubusercontent.com/django-control-room/dj-cache-panel/main/images/instance_list.png)
1818

1919
- Cache name and backend type
2020
- Supported operations matrix
@@ -35,7 +35,7 @@ Each cache backend displays which operations it supports:
3535

3636
### Search & Browse
3737

38-
![Key Search](https://raw.githubusercontent.com/yassi/dj-cache-panel/main/images/key_search.png)
38+
![Key Search](https://raw.githubusercontent.com/django-control-room/dj-cache-panel/main/images/key_search.png)
3939

4040
**For query-supported caches** (LocMem, Database, Redis):
4141

@@ -50,7 +50,7 @@ Each cache backend displays which operations it supports:
5050

5151
### View & Edit Key Details
5252

53-
![Key Detail](https://raw.githubusercontent.com/yassi/dj-cache-panel/main/images/key_detail.png)
53+
![Key Detail](https://raw.githubusercontent.com/django-control-room/dj-cache-panel/main/images/key_detail.png)
5454

5555
Click any key to view:
5656

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ defined classes that can customize logic for these abilities.
5555

5656
## License
5757

58-
MIT License - See [LICENSE](https://github.com/yassi/dj-cache-panel/blob/main/LICENSE) file for details.
58+
MIT License - See [LICENSE](https://github.com/django-control-room/dj-cache-panel/blob/main/LICENSE) file for details.

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
site_name: Django Cache Panel
22
site_description: A Django Admin panel for browsing, inspecting, and managing Django cache backends
33
site_author: Yasser Toruno
4-
site_url: https://yassi.github.io/dj-cache-panel/
4+
site_url: https://django-control-room.github.io/dj-cache-panel/
55

6-
repo_name: yassi/dj-cache-panel
7-
repo_url: https://github.com/yassi/dj-cache-panel
6+
repo_name: django-control-room/dj-cache-panel
7+
repo_url: https://github.com/django-control-room/dj-cache-panel
88

99
theme:
1010
name: material

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ build = [
6060
]
6161

6262
[project.urls]
63-
Homepage = "https://yassi.github.io/dj-cache-panel/"
64-
Documentation = "https://yassi.github.io/dj-cache-panel/"
65-
Repository = "https://github.com/yassi/dj-cache-panel"
66-
"Bug Tracker" = "https://github.com/yassi/dj-cache-panel/issues"
63+
Homepage = "https://django-control-room.github.io/dj-cache-panel/"
64+
Documentation = "https://django-control-room.github.io/dj-cache-panel/"
65+
Repository = "https://github.com/django-control-room/dj-cache-panel"
66+
"Bug Tracker" = "https://github.com/django-control-room/dj-cache-panel/issues"
6767

6868
[tool.setuptools]
6969
include-package-data = true

0 commit comments

Comments
 (0)