Skip to content

Commit

Permalink
Disable permission required
Browse files Browse the repository at this point in the history
- *Hook views receive JSON payloads from the outside and they
   must always be able to store them in the DB.

- the rest need login_required like everything else in Kiwi TCMS.
  We still need to redesign these to use Django's view permission
  though!
  • Loading branch information
atodorov committed Apr 8, 2020
1 parent 83556df commit 4fb89ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tcms_github_marketplace/views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (c) 2019 Alexander Todorov <atodorov@MrSenko.com>

# pylint: disable=missing-permission-required
#
# Copyright (c) 2019-2020 Alexander Todorov <atodorov@MrSenko.com>
#
# Licensed under the GPL 3.0: https://www.gnu.org/licenses/gpl-3.0.txt

import json
Expand Down

0 comments on commit 4fb89ef

Please sign in to comment.