add docstring for AdvertisementPage
This commit is contained in:
parent
e851a3447f
commit
5d9e1306d5
|
|
@ -71,7 +71,13 @@ class AdvertisementRUDView(AdvertisementBackOfficeViewMixin,
|
|||
|
||||
class AdvertisementPageCreateView(AdvertisementBackOfficeViewMixin,
|
||||
generics.CreateAPIView):
|
||||
"""Create advertisement page view."""
|
||||
"""
|
||||
Create Advertisement page view.
|
||||
|
||||
```
|
||||
Implement creating AdvertisementPage
|
||||
```
|
||||
"""
|
||||
|
||||
serializer_class = PageExtendedSerializer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user