fixing line length
This commit is contained in:
parent
209b763302
commit
70c56b7db3
|
@ -16,7 +16,8 @@ class HTTPMethodView:
|
||||||
return text('I am put method')
|
return text('I am put method')
|
||||||
etc.
|
etc.
|
||||||
|
|
||||||
If someone tries to use a non-implemented method, there will be a 405 response.
|
If someone tries to use a non-implemented method, there will be a
|
||||||
|
405 response.
|
||||||
|
|
||||||
If you need any url params just mention them in method definition:
|
If you need any url params just mention them in method definition:
|
||||||
class DummyView(View):
|
class DummyView(View):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user