mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Remove superfluous code
This commit is contained in:
parent
5009bd022f
commit
273916973c
1 changed files with 0 additions and 7 deletions
|
|
@ -30,15 +30,8 @@ from .serialisers import (
|
|||
|
||||
|
||||
class IndexView(TemplateView):
|
||||
|
||||
template_name = "documents/index.html"
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
print(kwargs)
|
||||
print(self.request.GET)
|
||||
print(self.request.POST)
|
||||
return TemplateView.get_context_data(self, **kwargs)
|
||||
|
||||
|
||||
class FetchView(SessionOrBasicAuthMixin, DetailView):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue