-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Keycloak integration #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
jsonDash/webHook/views.py
Outdated
new_project.save() | ||
json_parser(data,new_project.id) | ||
return Response(request,status=status.HTTP_201_CREATED) | ||
def destroy(self,request,*args,**kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Немного позабавило название функции, но я бы применил дефолтное delete
Как ты думаешь?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В Джанго он базового как destroy идёт, как я понял
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Окей, принято
Расскажи пожалуйста, почему у тебя из каждого коммита сделан cherry-pick? |
Всё было в одной ветке, разделял на разные |
No description provided.