Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Uno-Takashi committed Jun 16, 2022
1 parent 21f9b78 commit 4bc5bd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ shields.io is one of the great inventions in human history. Everyone has collect

## 💾 Install

It can be installed with the following command.

```shell
pip install django-dynamic-shields
```

Alternatively, you can download and install the .whl file from the [release](https://github.com/Uno-Takashi/django-dynamic-shields/releases).

## ⚒️ Develop

## 📝 License
Expand Down
2 changes: 1 addition & 1 deletion django_dynamic_shields/views/DynamicShieldsView.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class DynamicShieldsView(View):
def create_shields_data(self):
pass

def get(self):
def get(self, request, *args, **kwargs):
create_shields_data()
return JsonResponse(self.shields_data.dict)

0 comments on commit 4bc5bd5

Please sign in to comment.